Supertokens integrated with NestJs throws followin...
# support-questions
s
Supertokens integrated with NestJs throws following error:
Copy code
SuperTokens core threw an error for a GET request to path: '/apiversion' with status code: 404
Deployed through swarmpit
r
What happens when you call the /hello API on the core?
you can do that by visiting the /hello URL on your browser.
s
Says Hello
r
So the core is running fine and is reachable. Can you now visit the /apiversion path using your browser?
what is the returned status code?
s
"statusCode":404,"message":"Cannot GET /version","error":"Not Found"}
r
/apiversion
not
/version
s
Aaaah, wait I understand I happened. So sorry about this.
r
no worries!
26 Views