I am absolutely stumped. Building backend using Fa...
# general
b
I am absolutely stumped. Building backend using Fastify, and trying to implement plugins. When it comes to supertokens and trying to access the Dashboard (managed service), I get a 404. I have enabled debug logging, but it doesn't show anything happening past the init
com.supertokens {t: "2024-01-13T06:17:10.745Z", message: "session init: sessionExpiredStatusCode: 401",
I have set supertokens up before using Fastify without issue, so I am very confused.
r
hey @bolg55 if you get no debug logs when you make an API call, it means the supertokens middleware is not running at all
so you might want to see why
b
I think the issue is that I didn't include "plugin" from supertokens-node/framework/fastify
Solved. Now I am just running into core mismatch. I have emailed the team and they said they would upgrade it on Monday. Thanks for your help 👍
4 Views