https://supertokens.com/ logo
a

Angelu

03/23/2022, 12:01 PM
I docker pull registry.supertokens.io/supertokens/supertokens-postgresql then run docker run this command
r

rp

03/23/2022, 12:03 PM
Can you send me a screenshot of the browser when you visit that page?
a

Angelu

03/23/2022, 12:05 PM
here..
r

rp

03/23/2022, 12:09 PM
hmm. WHich OS are you using?
Also, can you just try
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-postgresql
and see if this works?
Copy code
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-postgresql
a

Angelu

03/23/2022, 12:12 PM
sorry, I forgot, I'm using windows 10 v20h2
aight let me try.
it's working now..
r

rp

03/23/2022, 12:14 PM
I see. So maybe the issue was that your postgresql instance values are wrtong
or it can't connect to your postgresql server
a

Angelu

03/23/2022, 12:15 PM
aight, I'll check my connection strings.
appreciate the help, thank you...