Error URL
adryeldeev
HOBBYOP
2 years ago
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
adryeldeev
HOBBYOP
2 years ago
DATABASE_URL="mysql://root:password@mysql.bd.internal:3306/bd"Attachments
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.
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.
