Hi All A quick question I am using a managed super...
# support-questions-legacy
m
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
hey @moe1502pi4962
What does your query on postman look like?
Also, are you querying the core? Or the APIs exposed by the backend SDK?
m
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
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
Aaah okay cool let me try this , thank you for the assistance much appreciated
5 Views