Error URL
a year 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
a year ago
DATABASE_URL="mysql://root:password@mysql.bd.internal:3306/bd"
Attachments
a year ago
Yes, the private domain and port are not sensitive in the slightest, neither is the public domain and port for that matter.
a year 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.