hrtwrm
data is rendering correctly on file save but not on page refresh
I created a discussion here on this: https://github.com/solidjs/solid/discussions/2467
207 replies
data is rendering correctly on file save but not on page refresh
Oh wait I think I figured it out. On a page refresh the code is running in the browser and it's sending along the cookie it needs to authenticate. When it's being refreshed it's running on the server and the cookie is not there for it to be sent along and the call is failing.
207 replies