Hello all, I'm setting up a new install of SuperTo...
# support-questions-legacy
g
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
Hey. The user manage dashboard would be on the api layer
So it should be on /api/auth/dashboard
g
Got it, thanks! That works now 👍
3 Views