Hello, I'm using nextjs on my frontend and want to...
# support-questions-legacy
p
Hello, I'm using nextjs on my frontend and want to pass the cookie along when using getServersideProps. I followed this documentation: https://supertokens.com/docs/emailpassword/common-customizations/sessions/multiple-api-endpoints but I don't get the cookie passed along in my local environment. I tried as domain both "localhost" and ".locahost" but won't work. Ayone tried this before ?