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
When opening browser
-localhost:3000
I'm receiving an error -
Error: localStorage is not defined
...
Call Stack
new ApolloError
file:///D:/LocalSites/woo-next-react/frontend/node_modules/@apollo/client/errors/errors.cjs.js (31:28)
It seems that some code that runs on server asks for localStorage
The text was updated successfully, but these errors were encountered:
I'm starting a project with
When opening browser
-localhost:3000
I'm receiving an error -
Error: localStorage is not defined
...
Call Stack
new ApolloError
file:///D:/LocalSites/woo-next-react/frontend/node_modules/@apollo/client/errors/errors.cjs.js (31:28)
It seems that some code that runs on server asks for localStorage
The text was updated successfully, but these errors were encountered: