Error URL

I have an error connecting to the url provided by railway to Prisma, to have the table connected to railway. I've looked for different ways to correct it, but always the same mistake of not considering it. "P1001"

8 Replies

Hello


brody
EMPLOYEE

2 years ago

Please provide the full error.


DATABASE_URL="mysql://root:password@mysql.bd.internal:3306/bd"

Attachments


brody
EMPLOYEE

2 years ago

Please do not obfuscate such things, it is not sensitive.


They are for security, is it ok to share?


brody
EMPLOYEE

2 years ago

Yes, the private domain and port are not sensitive in the slightest, neither is the public domain and port for that matter.


Ok

Attachments


brody
EMPLOYEE

2 years ago

You can not connect to the private network from your local computer, it wouldn't be very private if you could, you need to use the DATABASE_PUBLIC_URL variable when working locally.


Loading...