https://supertokens.com/
Join Discord
I'm using Nextjs and embedding the forms in different pages. I've noticed that the forms are taking ...
c

chunkygoo.

about 3 years ago
I'm using Nextjs and embedding the forms in different pages. I've noticed that the forms are taking a while to show up. I suppose this is due to the ssr=false in dynamic?
c
r
  • 2
  • 27
  • 65
Hey I am facing a issue with supertoken today, can someone help me out ```{"statusCode":500,"error"...
s

Sourabh Kumawat

almost 3 years ago
Hey I am facing a issue with supertoken today, can someone help me out
{"statusCode":500,"error":"Internal Server Error","message":"SuperTokens core threw an error for a POST request to path: '/recipe/jwt' with status code: 500 and message: Internal Error\n"}
is someone aware about this error? i am using
"supertokens-node": "9.1.2",
version of super token and method which is throwing the error is
import Session from 'supertokens-node/recipe/session'
Session.createJWT(JWT, JWT_EXPIRE_TIME)
s
r
n
  • 3
  • 48
  • 64
I'm having an issue with integration with NestJS. I followed the guide in the documentation. But whe...
u

.auha

over 1 year ago
I'm having an issue with integration with NestJS. I followed the guide in the documentation. But whenever I use the guard I get the following error.
Nest can't resolve dependencies of the AuthGuard (?). Please make sure that the argument Object at index [0] is available in the AppModule context.
The constructor for the guard looks like the following:
constructor(private readonly verifyOptions?: VerifySessionOptions)
It seems like the guard is having a DI issue and NestJS can't find it. Any helps on getting me int he right directino would be great.
u
r
p
  • 3
  • 8
  • 63
Hello, i need to configure the backend for to accept capcitor://app.id URL and not only http or http...
d

Deleted User

over 3 years ago
Hello, i need to configure the backend for to accept capcitor://app.id URL and not only http or https. Someone can help me?
d
r
b
  • 3
  • 15
  • 62
Is there a health check endpoint for the service using the backend sdk? I mean is there a healthchec...
a

aktopian

almost 2 years ago
Is there a health check endpoint for the service using the backend sdk? I mean is there a healthcheck route that the middy middleware injects? I know there is one for supertokens-core.
a
r
  • 2
  • 9
  • 61
Hello, Sometimes i am getting the error `supertokens_python.exceptions.GeneralError: No SuperTokens ...
l

Luca

almost 3 years ago
Hello, Sometimes i am getting the error
supertokens_python.exceptions.GeneralError: No SuperTokens core available to query
. Is this caused by network issues? (i am using the managed service)
l
r
  • 2
  • 7
  • 61
Capacitor integration issue
r

rp_st

over 1 year ago
Hey @war_ace when you get the fetch error, does it make an api call to the backend or error out before the api call is actually made?
r
w
m
  • 3
  • 15
  • 60
Hello, I'm trying to authorize with Twitter Oauth2, her's my custom provider config: ``` { ...
y

yacc000

about 2 years ago
Hello, I'm trying to authorize with Twitter Oauth2, her's my custom provider config:
{
          config: {
              thirdPartyId: "twitter",
              name: "Twitter",
              clients: [{
                  clientId: twitterClientId,
                  clientSecret: twitterClientSecret,
                  scope: ["users.read"]
              }],
              authorizationEndpoint: "https://twitter.com/i/oauth2/authorize",
              tokenEndpoint: "https://api.twitter.com/2/oauth2/token",
              UserInfoEndpoint: "https://api.twitter.com/2/users",
          }
        }
I'm using core5 and the follow version of the npm packages: frontend: "supertokens-auth-react": "0.31.0", "supertokens-web-js": "0.5.0", backend: "supertokens-node": "^13.6.0",
y
r
+3
  • 5
  • 56
  • 60
Hello 🙂 Im trying to self host supertokens-core with google cloud run but the database still in mem...
f

fdelima.

over 2 years ago
Hello 🙂 Im trying to self host supertokens-core with google cloud run but the database still in memory even with external connection credentials given. Can anybody help me?
f
r
  • 2
  • 11
  • 60
Hi, when clicking on signout, or hitting any endpoint where we validate the session i get a inifinit...
e

EdwinN1337

about 2 years ago
Hi, when clicking on signout, or hitting any endpoint where we validate the session i get a inifinite loop of requests "try refresh token" cant figure out what's wrong
e
r
+2
  • 4
  • 189
  • 59
Previous101112Next

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