app build fails when trying to connect Prisma ORM with mysql DB via private network
bozicstefan
PROOP

a year ago

Hello!

I could use some help over here :)

My app build fails when trying to connect Prisma ORM with mysql DB via private network.

It works fine for public connection.

Private connection string was verified via my terminal connection.

Can't see what the persisting problem might be.

Cheers!

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

5 Replies

brody
EMPLOYEE

a year ago

Hello,

The private network is not available during build.


bozicstefan
PROOP

a year ago

Hey Brody,

Thanks for your reply.

Does that mean that I cannot use private network at all with Prisma ORM?


brody
EMPLOYEE

a year ago

You just can't use the private network during build, no issues with the private network during runtime.


bozicstefan
PROOP

a year ago

Thank you very much!

I did notice it in docs, however I was ignorant about it.

Your advice has saved the day (actually night here) slightly_smiling_face emoji

Cheers!


brody
EMPLOYEE

a year ago

No problem! have a nice night!


Status changed to Solved brody about 1 year ago


Loading...