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
I am integrating authlite into a new SSR project and found a few issues. I am currently working around them by directly editing the main.js file with the following changes:
if (typeof window === 'undefined') {
global.window = {}
}
So far, though i have just started, the above changes stops the immediate issues and am able to compile successfully. I think supporting SSR would help make the library much more versatile. It already does support react-native as well.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.85. Please mark this comment with 👍 or 👎 to give our bot feedback!
I am integrating
authlite
into a newSSR
project and found a few issues. I am currently working around them by directly editing themain.js
file with the following changes:and
and
So far, though i have just started, the above changes stops the immediate issues and am able to compile successfully. I think supporting SSR would help make the library much more versatile. It already does support
react-native
as well.The text was updated successfully, but these errors were encountered: