You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Agastya access window explicitly, thus when using Server-Side Rendering (SSR) (e.g. Angular Universal) it breaks with the following error ReferenceError: window is not defined. Maybe it would be a good to add in the documentation for the workaround?
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.82. Please mark this comment with 👍 or 👎 to give our bot feedback!
Looks like Agastya access
window
explicitly, thus when using Server-Side Rendering (SSR) (e.g. Angular Universal) it breaks with the following errorReferenceError: window is not defined
. Maybe it would be a good to add in the documentation for the workaround?Using Express.js approach, see issue#830(comment)
Using NestJS approach
applyDomino
does works like so:The text was updated successfully, but these errors were encountered: