21 Replies
Hello, self host or cloud ?
What Twenty's version
Pleae provide more information regarding your issue
I'm using it in docker I'm using the latest version and I connected to my dB. I've already checked the connections and even the bank scheme was created
Db up does not mean server is
Please check your twenty-server logs
Try hitting your twenty-server directly, browser headless
Also you should access the app from localhost:3000
Nothing wrong here
Removed your comment as leaked few secrets and personal info
There was no personal information, and I had already removed it.
So what is the error then?
Db user and password in pg database url
How do you try accessing the client
The password had been changed haha, and it was the old one. I’m trying to access it via the VPS IP and port 3000

I believe that this is the error here @prastoin
Indeed this log is not normal, for some reason docker-data volumes does not seem to be mounted
Are you able to directly hit/reach your api through its exposed url ?
no, I'm accessing via ip:port
Please share req result
I didn't understand
Please try making a request to your server directly using its exposition url, then share the response
The idea here is to scope what service is having issue
You can use you browser or tools such as postman etc
Twenty
A modern open-source CRM

Tries to hit http://localhost:3000/graphql

Just look at your client configuration
What do you mean exactly? In what sense should I check the client configuration?
Client is rendered by the back
When you do
/grapqhl
you directly hit the api -> it's UP
When you go to /welcome
you can see the client tries to hit localhostHow can I resolve the issue of the client trying to hit localhost when accessing /welcome instead of the correct API endpoint?