Hello supertokens, getting an error in my nextjs a...
# support-questions-legacy
f
Hello supertokens, getting an error in my nextjs app when booting up locally (it used to work fine). Server terminal prints:
Copy code
⨯ TypeError: Response body object should not be disturbed or locked
    at extractBody (node:internal/deps/undici/undici:4323:17)
    at new _Request (node:internal/deps/undici/undici:5272:48)
    ...
I see in chrome that POST to /api/auth/session/refresh returned 401. (unauthorized). Appreciate any help!
2 Views