Hi, I just started playing around with supertokens...
# support-questions
c
Hi, I just started playing around with supertokens (superfun and the docs are amazing). I got a self-hosted core running via docker-compose, and trying it out in golang via gin. I wanted to know what will be the connection uri in this case, as
http://localhost:3567
ain't working and neither is my service name.
r
Hey @CIN3MAT1C
The connection URI should be the service name for the core that you have specified in the docker-compose file
c
Ok, let me try once more and share you the result
``parse ":///supertokens/recipe/user": missing protocol scheme`` This is the error I am getting when I try to pass the service name as a connection uri
I may be doing something very stupid
r
what is the service name in the docker componse file?
c
"supertokens"
r
then use "http://supertokens:3567"
c
ok let me try
ayee it worked. Thank you so much @rp and Thank you for creating such an awesome tool!!!
r
Appreciate it @CIN3MAT1C ! 🙂
c
Have a great day!
r
To you as well.