https://supertokens.com/ logo
Title
g

goodgravy

03/02/2023, 5:16 PM
Hello all, I'm setting up a new install of SuperTokens in a Next.js app. I'm following the instructions to view the user management dashboard (https://supertokens.com/docs/thirdpartypasswordless/pre-built-ui/setup/dashboard) but I am redirected from
/auth/dashboard
to
/auth
without being prompted for the shared secret. If I look at the browser Network tab, I see a
200 OK
for the request, but the body of the returned HTML contains a JS stacktrace (https://gist.github.com/goodgravy/2652d2748f6262dc3598083919883d8a). The previous examples (signing through various recipes) work fine.
r

rp

03/02/2023, 7:00 PM
Hey. The user manage dashboard would be on the api layer
So it should be on /api/auth/dashboard
g

goodgravy

03/02/2023, 7:02 PM
Got it, thanks! That works now 👍