#localstorage is not defined error in nextjshow

7 messages · Page 1 of 1 (latest)

median compass
#

localStorage can only be accessed in the browser

#

In getServerSideProps you can’t access it

hollow rivet
#

@median compass so what can be done i need localstorage to access the token

median compass
#

Or use cookies which is available in getServerSideProps

hollow rivet
#

@median compass if i use the useEffect hook will it effect in the SEO ?

median compass