https://supertokens.com/ logo
m

Moe1502Pi

05/22/2022, 1:35 PM
Hi All A quick question I am using a managed supertokens service I am trying to use postman for signup but keep on getting a 404 Not Found Error , Am I missing something ?
r

rp

05/22/2022, 1:39 PM
hey @Moe1502Pi
What does your query on postman look like?
Also, are you querying the core? Or the APIs exposed by the backend SDK?
m

Moe1502Pi

05/22/2022, 5:33 PM
Exposed by the backend { "formFields":[ { "id":"email", "value": "mahomed@pishop.africa" }, { "id":"password", "value": "test1234" } ] }https://de265cc1d9ca11eca869b70598b9ead2-eu-west-1.aws.supertokens.io:3567/auth/signup
r

rp

05/22/2022, 5:33 PM
Ah right. So the url to query should be your backend’s url.
If you are running your api server on localhost:3001 for example, then you need to query http://localhost:3001/auth/signup.
The backend SDK will talk to the core automatically
m

Moe1502Pi

05/22/2022, 5:42 PM
Aaah okay cool let me try this , thank you for the assistance much appreciated
2 Views