Next.js Discord

Discord Forum

localstorage

Unanswered
Toyger posted this in #help-forum
Open in Discord
ToygerOP
so I have some data in localstorage and I want to get it on the server. what's the best way to do this?

9 Replies

ToygerOP
yeah, ik that localstorage is client-side
but I really need this data to get to the server
Great black wasp
Do a post request to server?
ToygerOP
from where
Great black wasp
Get in client then do a post req
ToygerOP
I have a page.tsx and I want to see what's in a localstorage key and either save it somewhere or redirect
this is on the first request
ToygerOP
bumping
ToygerOP
nvm, I'm just using cookies