Open karthik-15 opened 7 years ago
Hi, same here. Did you find a workaround ?
Hi, I´m running into the same issue(using Angular Universal) and building on a .Net Core SPA template, do you have a workaround for this?
Hi,
I tried different packages but none of it worked. Later i followed the below article.
I am preparing the login and logout urls and redirecting to it from the application to get the token.
Hope this helps.
Hi Everyone,
Created a basic application which uses this package of version 1.1.10.
I am getting an error after running the application called as "NodeInvocationException: Prerendering failed because of error: ReferenceError: window is not defined".
I am using web pack. The error which i am getting is in the file "main-server.js". Below is the code which is causing the issue.
After removing the package and its dependencies from the code, the application is working fine and the above code is not present in the "main-server.js".
Is any one else getting this issue? If Yes, is there any work around?