kinda quick question, uh is the port used by supertokens supposed to show an admin ui bc its not sho...
e
kinda quick question, uh is the port used by supertokens supposed to show an admin ui bc its not showing one
r
Hey! No. There is no admin UI as of yet. But if you visit localhost:3567/hello, it should return back hello if it’s running correctly.
e
ah ok
lemme try that
r
If not, then maybe some config issue with how you are running docker?
e
it says just 404
im using the binary
r
The /hello endpoint shouldn’t say 404. How are you querying it?
The / endpoint would say 404 though
e
what do you mean how am i querying it
like do you mean the http request type
r
Are you using a browser? Curl?
e
browser
r
Can I see a screenshot of the browser window?
e
ok one second
r
And what’s the output of the CLI when you run supertokens start command?
e
let me see that
on second
r
Are you querying your backend sever or the supertokens core?
The supertokens core runs on port 3567 which you haven’t specified on the browser url
e
uh
ahhh
now i understand
r
Cool!
e
actually
there is a problem
that when i use that port, it says refused to connect
r
Are you sure you are running the supertokens core?
e
what is the supertokens core?
i just clicked selfhost on the website
r
Hmm. I suggest you checkout the how it works section in the docs
e
ok
r
That has a few videos explaining things
e
ok thank you :)
r
Happy to help 🙂
2 Views