When I log into the dashboard (using AWS lambda), I get 500s on a few APIs, checking the lambda logs I see this:
Error: SuperTokens core threw an error for a POST request to path: '/recipe/dashboard/session/verify' with status code: 400 and message: Field name 'sessionId' is invalid in JSON input
What might be going wrong?
aktopian
11/03/2023, 7:45 PM
Ah, looks like it is a paid feature and that's why.
aktopian
11/03/2023, 7:45 PM
I need to delete some users, what is the best way to do this?
aktopian
11/03/2023, 7:46 PM
Oh but I'm under 3 users only.
r
rp_st
11/03/2023, 8:06 PM
Which version of the backend SDK and core are you using?
a
aktopian
11/03/2023, 8:26 PM
SDK: "supertokens-node": "16.4.0"
CORE: Development Environment (v7.0)
r
rp_st
11/03/2023, 8:28 PM
Could you open an issue about this with the details about the SDK and core version as well as your backend supertokens.init? We will try and replicate the issue
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).