You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From client side, there is a request happening to api/auth/session that fails, making the server to restart
Is this a bug in your own project?
Yes
How to reproduce ☕️
Nothing special (the framework itself is doing the request, when loading any page). I'm not doing request manually
Screenshots / Logs 📽
[01/Dec/2021:13:39:05 +0000] "GET /api/auth/session HTTP/1.1" 304
_http_outgoing.js:518
throw new ERR_HTTP_HEADERS_SENT('set');
^
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
Environment 🖥
next-auth beta 2
Contributing 🙌🏽
Yes, I am willing to help solve this bug in a PR
The text was updated successfully, but these errors were encountered:
Description 🐜
From client side, there is a request happening to
api/auth/session
that fails, making the server to restartIs this a bug in your own project?
Yes
How to reproduce ☕️
Nothing special (the framework itself is doing the request, when loading any page). I'm not doing request manually
Screenshots / Logs 📽
Environment 🖥
next-auth beta 2
Contributing 🙌🏽
Yes, I am willing to help solve this bug in a PR
The text was updated successfully, but these errors were encountered: