Error adding TCP proxy - Not Authorized
Hello I deployed a service based on a docker image, in order to connect to the service I try to set the proxy in the port 8000, but I get this error
Error adding TCP proxy
Not Authorized
I am not sure why I am getting this erro my account is Hobby.
THanks
12 Replies
Project ID:
N/A
N/A
Try joining Priority Boarding with the /beta command.
that worked
but i cannot to connect to the postgres service over the proxy
test.proxy.rlwy.net.:10256 -> 5432
psql -h test.proxy.rlwy.net -p 10256
tcp proxys are definitely not internal only
whoops
what error do you get back when you try to connect to the postgres database through the tcp proxy?
port 10256 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
Can you try redeploying the database after the tcp proxy is setup?
Finnaly I use a template of pgvector and worked, probably there was any env var that I not set correctly, thanks both for your help.
no problem! glad it's working.