Hi update of this error, we solve it by reading thru angular docs
here is the link, Angular
what we did:
- adding two files mentioned in the docs, .htaccess and index.html as self reference
- restart the node server
the result:
application works
hopefully it help you
Cheers
Hi, I am having the same problem here, after some investigation i found out that:
1. the error is generated from webpack compiler (angular ng build, in mycase)
2. dependency that still use the method self instead of this.
unfortunately, at this momenet, i am still struggling with this error...