I am getting errors with the PostgresDB and service. The docs and the supertokens blog posts are returning different issues. Here is the output: Long story short
The Blog post encounters an error w some operation which results in not being able to even call /hello
The main docs
Copy code
dependency failed to start: container for service "db" is unhealthy
while /hello works fine
The only difference between these that I can see are:
Copy code
image: registry.supertokens.io/supertokens/supertokens-postgresql:4.4
vs
image: registry.supertokens.io/supertokens/supertokens-postgresql
And I tried SQL once and that was a whole other can of worms
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).