When using nookies in Next.js on browsers with Chromium, an error is occurring as mentioned in the title and the cookie is not being saved properly.
The website is securely hosted with SSL/HTTPS.
Have already attempted:
- sameSite = None
- secure = true
- sameSite = Lax
- sameSite = Strict