dlighten08
Marques
14.0.2
18.16.0
wishabhilash
supertokens-postgres
neon db
What caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ep-fragrant-firefly-243626.us-west-2.aws.neon.tech/neondb?allowPublicKeyRetrieval=true
kevin.mv
secretOrPrivateKey must be an asymmetric key when using ES256
amirnoorani
data: { error: 'invalid_grant', error_description: 'Bad Request' } POST /auth/signinup 500
ITEnthusiasm
ts SuperTokens.init({ supertokens: { connectionURI: "http://127.0.0.1:3567", }, appInfo: { appName: "SuperTokens Testing", websiteDomain: "http://localhost:3000", apiDomain: "http://localhost:3000", apiBasePath: "/auth", }, recipeList: [ EmailPassword.init(), Session.init(), ], });
amrmzkr
Diesel
astra.goat
ts Error: SuperTokens core threw an error for a GET request to path: '/dashboardauth/users/by-accountinfo' with status code: 400 and message: AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (, public, dashboardauth) at Querier.sendRequestHelper (/home/supertokenBackend/SuperTokens-Auth/backend/node_modules/supertokens-node/lib/build/querier.js:361:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Querier.sendGetRequest (/home/supertokenBackend/SuperTokens-Auth/backend/node_modules/supertokens-node/lib/build/querier.js:173:40) at Object.listUsersByAccountInfo (/home/supertokenBackend/SuperTokens-Auth/backend/node_modules/supertokens-node/lib/build/recipe/accountlinking/recipeImplementation.js:161:26) at listUsersByAccountInfo (/home/supertokenBackend/SuperTokens-Auth/backend/node_modules/supertokens-node/lib/build/index.js:69:16)
Morgante Pell
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).