https://supertokens.com/
Join Discord
I have supertokens-frontend running on localhost:3000 and different project for backend on localhos...
p

prachi8628

almost 4 years ago
I have supertokens-frontend running on localhost:3000 and different project for backend on localhost:3002 from UI when I am trying to login to google, I get "recipeImplementation.js:163 GET http://localhost:3002/auth/authorisationurl?thirdPartyId=google 404 (Not Found)" but localhost:3002 is up
p
r
  • 2
  • 32
  • 142
What version of NodeJS SDK is supported on SuperTokens core? Because I'm running : supertokens-node ...
m

Marques

over 2 years ago
What version of NodeJS SDK is supported on SuperTokens core? Because I'm running : supertokens-node
14.0.2
and NodeJS SDK
18.16.0
and I get this error: "The running SuperTokens core version is not compatible with this NodeJS SDK."
m
n
  • 2
  • 20
  • 140
Hey guys, we have implemented supertokens in our app and using COOKIE as Token transfer method. But...
d

dlighten08

over 2 years ago
Hey guys, we have implemented supertokens in our app and using COOKIE as Token transfer method. But every time we try to login it's stuck in infinite refresh calls. Can anyone help!?
d
d
+2
  • 4
  • 75
  • 139
So I'm getting this error when calling `SuperTokens.init`: Please provide a valid URL path This is...
i

ITEnthusiasm

over 2 years ago
So I'm getting this error when calling `SuperTokens.init`: > Please provide a valid URL path This is my config
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(),
  ],
});
Any idea why I'd be getting this error? Seems like the URLs I have are valid.
i
r
  • 2
  • 18
  • 132
Hi. Am trying to run `supertokens-postgres` docker container in my local providing it a postgres con...
w

wishabhilash

over 2 years ago
Hi. Am trying to run
supertokens-postgres
docker container in my local providing it a postgres connection string of
neon db
. It is failing with the following error
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
. Kindly help. 🙏
w
r
  • 2
  • 7
  • 132
Hello, idk if this is the right channel but im having problems with apple sign in Im unable to sign ...
k

kevin.mv

almost 3 years ago
Hello, idk if this is the right channel but im having problems with apple sign in Im unable to sign the jwt with the key apple provided, the jsonwebtoken library gives me the error
secretOrPrivateKey must be an asymmetric key when using ES256
k
r
  • 2
  • 20
  • 131
Hi, I have update Supertokens core to 5.0 and updated supertokens-node to 14.1.1 (latest) but when I...
a

amirnoorani

over 2 years ago
Hi, I have update Supertokens core to 5.0 and updated supertokens-node to 14.1.1 (latest) but when I try to login it says SOMETHING_WENT_WRONG_ERROR with error 500 Node express backend log:
data: { error: 'invalid_grant', error_description: 'Bad Request' }
POST /auth/signinup 500
should I update any of my node codes after updating to core 5.0?
a
r
  • 2
  • 49
  • 125
Is there any sort of thing like a "best practice audit?" I feel like we're (still) regularly encount...
m

Morgante Pell

almost 3 years ago
Is there any sort of thing like a "best practice audit?" I feel like we're (still) regularly encountering major issues with SuperTokens slowing down our Next.js application (far more than I ever experienced with Auth0 before) and the performance is really a problem.
m
r
  • 2
  • 29
  • 123
Any ideas on this "RESTART_FLOW_ERROR". Signing up via passwordless and getting internal server erro...
b

blockexplorer1492

over 2 years ago
Any ideas on this "RESTART_FLOW_ERROR". Signing up via passwordless and getting internal server error. Nodejs logs gave this error message
b
r
  • 2
  • 13
  • 122
Redirect to mobile app after post login on web with the tokens
d

Diesel

over 3 years ago
Redirect to mobile app after post login on web with the tokens
d
r
  • 2
  • 12
  • 122
Previous456Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by