Failed to get source map when using auth.api.getSession() during first request
Hey there , I am having an issue getting my session on the server in a single request. Currently, it seems that two requests are being made for session data, and as for a brief moment, components accessing session data using
useSession()
useSession()
render improperly.
Has anyone had this issue before? Where can I begin to debug?
GET /api/auth/session 401 in 78msFailed to get source map: [Error: Unknown url scheme] { code: 'GenericFailure' }GET /api/auth/session?currentURL=http%3A%2F%2Flocalhost%3A3000%2Fpost%2FW38VX0BvSrE 200 in 78ms
GET /api/auth/session 401 in 78msFailed to get source map: [Error: Unknown url scheme] { code: 'GenericFailure' }GET /api/auth/session?currentURL=http%3A%2F%2Flocalhost%3A3000%2Fpost%2FW38VX0BvSrE 200 in 78ms