Hi all, im getting a few unpredictable errors like...
# orm-help
m
Hi all, im getting a few unpredictable errors like these:
Error: GraphQL error: Whoops. Looks like an internal server error. Search your server logs for request ID: eu1:api:cjkl7eujw8jkk0d76xtm3firf
, is there a way to read the prisma public cloud logs?
n
I've described the process for obtaining server logs depending on the way you host the Prisma server (or don't) here: https://github.com/prismagraphql/prisma/issues/2855#issuecomment-410164738.
m
Thanks. Is contacting you guys for the logs really an option? Or should I host my own instance instead?
n
This is really an option. Note that the demo server is not supposed to be run in production, so you can consider hosting your own server eventually.
In this specific case, you are experiencing this issue: https://github.com/prismagraphql/prisma/issues/2893.
m
Thank you very much!