I have a problem related to localStorage during ssr.
Let me explain in more detail.
At the address http://localhost:3000/test I have a useFetch with in the headers an authorization that has as value a token that is in the localStorage.
The problem is that the localStorage is only accessible client-side so the call does not work.
I'm trying them all but I can't solve it. Can anyone who can give me some advice?