Hi folks, I’m trying to get a private Prisma instance up and running, with a Postgres backend (so I can migrate from an existing PG database more easily).
I’ve managed to get a database, and the graphql crud endpoint up at:
https://makelight-courses-api.herokuapp.com/
But now if I go into the the Prisma Cloud webapp and try to add it as a “Server”, I get “Network error: unable to fetch”. I’ve tried http. https, with and without the 4466 port but no luck.
I think perhaps I’m missing something here. Can anyone point me towards a solution?