Multi node prisma production server: My team has been trying to setup a multi node prisma production server. We referred this link:
https://github.com/prisma/prisma/issues/2850, tried to do exactly what is mentioned in the post. Even after successful setup, we are getting some random errors for schema deployment. The majority of the time it complained that it couldn't reach the server, which was odd considering that we were watching the proxy logs which were returning 200 responses for POST requests to the /management endpoint of the primary node.
Other times it complained about the cluster$default project not existing, and those were accompanied by 200 responses for POST reqs to the /cluster endpoint. And few times, it did worked. Knowing the fact that, we are relatively new to Prisma and multi node setup, we could be missing something very minute which is causing all the trouble. It would be to get some help on this. Thanks!