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
SSR runs on the server, where navigator and other objects (like window) aren't available. When coding for SSR you have to make sure to check the platform before executing code that use these objects.
hi
when run project in ssr
with command : npm run dev:ssr
get same error:
im using a mock browser , in server.ts file :
thanks
The text was updated successfully, but these errors were encountered: