hey all! Quick question: I'm running the example docker compose file found here (https://supertokens...
t
hey all! Quick question: I'm running the example docker compose file found here (https://supertokens.com/docs/thirdparty/pre-built-ui/setup/core/with-docker) and I'm running into an error where SuperTokens crashes on startup because it cannot connect to the db, only because the db looks like it hasn't finished starting yet. Any ideas?
r
Hey @thatnerdjack can you show the docker container logs for supertokens?
t
Sure!
r
So this is most likely cause PostgreSQL failed to start. Some issue with how you are staring the container?
For example, did you create the supertokens database in PostgreSQL before hand?
t
I did not run mysql or create tables before running the podman-compose command. Let me try making the tables!
r
You don’t need to make the tables. Just the database called supertokens
5 Views