PostgreSQL can't be accessed using the external credentials
I created a DB using the create service, database option.
I can access it and use it through other services in that project.
I tried to temporarily expose it using the external port option, and I used the external host URL
It doesn't connect, and no new logs appear.
I tried with the postgres workbench and dbeaver. I can confirm I can connect to external databases (supabase) following the same format and also tried updating the port.
I haven't added any env variables either
I can access it and use it through other services in that project.
I tried to temporarily expose it using the external port option, and I used the external host URL
It doesn't connect, and no new logs appear.
I tried with the postgres workbench and dbeaver. I can confirm I can connect to external databases (supabase) following the same format and also tried updating the port.
I haven't added any env variables either
