I signed up successfully but I see no users in the...
# support-questions-legacy
e
I signed up successfully but I see no users in the supertokens db and schema that I created (self-hosted). What gives? In which table specifically can I expect to see a new row when a new user is created? Thx!
t
I see them in a psql database in all_auth_recipe_users
core v7
Also in emailpassword_users since I use email password recipe
e
@trivialkettle that's where they should logically be, right? No rows. I'm super confused. I'm starting to worry that maybe I'm just not up to implementing this service; maybe I should use something a bit easier. But I'll be really sad to pivot away from suoertokens. 😦
t
Are you sure you send requests to your self hosted core?
How do you setup your backend?
e
I'm using a dockerized supertokens service. But maybe my calls are going elsewhere? I wish I could pair with someone. I'm looking at the front-end and back-end config files in nextjs and I have localhost. Double-checking...
Yeah my apiDomain is localhost:3000
t
In frontend you need to set the URL for your localhost backend
e
OMG...
connectionURI Is still pointing at try.supertokens.com !!!
t
🙂
e
I think you may have just saved my sanity!!!! Thank you, kind stranger! 🎉❤️
t
You are welcome