Currently using Supertokens self-hosted and follow...
# support-questions-legacy
v
Currently using Supertokens self-hosted and following these instructions (https://supertokens.com/blog/connect-supertokens-to-database#running-supertokens-and-postgresql-with-docker-without-docker-compose). Trying to roll up frontend, backend, supertokens core, and postgres from the docker compose. Running frontend on localhost:3000. When I do localhost:3000/auth, I get the following error: no SuperTokens core available to query. The postgres instance seems to have the supertokens user and some tables created. I've checked the ports in the supertokens init struct and they seem to match the supertokens core port. Any ideas as to why this is happening? Would love to roll up supertokens auth in our project but can't debug the middleware. I got this working with docker running the backend, frontend, and the in memory supertokens core.
7 Views