Hello guys! I’m trying to use a login based on cookies using React Vite on the frontend (hosted on Netlify) and the backend with express using Railway because I wasn’t able to make it works here on Netlify, on mi localHost the cookie is set perfectly but on deploy it gets me an error on network saying i havent set the sameSite as Show on img 1 here.
On img2 you can see the route and the last img it’s the fetch I’m doing on the front
the site is https://treestore.netlify.app/
and the test credentials are:
Email: test@mail.com
Password: 1234
if someone can take a look it would be great! i have try on diferent browser, but nothing change!
Thanks!