sx_weax
09/28/2023, 8:00 AM/api/auth/signup
- I receive error:
{
"statusCode": 500,
"message": "Internal server error"
}
And in the logs:
[Nest] 37381 - 09/28/2023, 10:52:11 AM ERROR [ExceptionsHandler] SuperTokens core threw an error for a POST request to path: '/auth/recipe/signup' with status code: 400 and message: AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (st-dev-81659d60-5729-11ee-8ee2-61be51f08b14.aws.supertokens.io, public, auth)
Does anyone know what is the issue. Btw I double checked the setup, everything seems like okay...
Also, I don't need multitenant login, it's single.rp_st
09/28/2023, 8:08 AMrp_st
09/28/2023, 8:09 AMauth
.whats the apiDomain and apiBasePath you have set on the frontend and backend?sx_weax
09/28/2023, 8:10 AMapiDomain: 'http://localhost:3001',
websiteDomain: 'http://localhost:3000',
apiBasePath: '/api',
rp_st
09/28/2023, 8:12 AMrp_st
09/28/2023, 8:13 AM/auth
in the request too.sx_weax
09/28/2023, 8:13 AMsx_weax
09/28/2023, 8:14 AMsx_weax
09/28/2023, 8:14 AMhttp://localhost:3001/api/auth/signup
rp_st
09/28/2023, 8:14 AM/api/auth
sx_weax
09/28/2023, 8:15 AM