Hello,
I trying to enable server side rendering on an existing project but it fail because of
ReferenceError: window is not defined
at Object.
I this module SSR ready ? Or did I miss something ?
I got a similar problem - looks like bad bundeling?
I'm getting the same problem trying to use angular-jwt in a nativescript 4.1 app (uses angular 6)
As a workaround, if you are using a bundler like Webpack or Parcel already for your final project, you can work around this issue for now by importing @auth0/angular-jwt/index.js directly, which skips the UMD bundle.
@beloitdavisja Did you overcame this problem in nativescript 4.1?
@boris01 no, but I have not tried ceph3us's workaround yet. For now still using 4.0
Most helpful comment
I'm getting the same problem trying to use angular-jwt in a nativescript 4.1 app (uses angular 6)