Hi Ive added supertokens init functions and config...
# support-questions-legacy
d
Hi Ive added supertokens init functions and config to my backend but when I'm trying to hit the api
Copy code
curl --location 'http://localhost:8080/api/v1/auth/signinup/code' \
--header 'rid: passwordless' \
--header 'Content-Type: application/json' \
--data-raw '{
  "email": "johndoe@gmail.com"
}'
i am getting this error Error: SuperTokens core threw an error for a GET request to path: '/auth/users/by-accountinfo' with status code: 400 and message: AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (st-dev-5a170f90-9668-11ee-ba63-d36c9a2da200.aws.supertokens.io, public, auth)
2 Views