Currently I am configuring a new kubernetes microservice that connects to an azure mysql db.
I create an init container, made sure it runs generate and also made sure that it indeed has the generated client.
However during prisma migrate deploy it gives the p1001 error and i can’t find out why.
I have verified that the container has access to the database and that the ssl certificate is correctly configured.
It is quite annoying that I can’t get more detailed information about why I get the p1001 error
My other microservices uses prisma 6 and they are working just fine
Please help!