Browser doesn’t save cookie
I’m using Go Fiber and it’s session middleware for a simple authentication system.
Every thing is working except that the browser doesn’t save the cookie.
my backend is served on https://127.0.0.1:3033
and my frontend is on https://127.0.0.1:4321