Where can I find this error: `Error: Whoops. Looks...
# orm-help
k
Where can I find this error:
Error: Whoops. Looks like an internal server error. Search your server logs for request ID: eu1:cvj_blablahbla
. Tried searching the
heroku logs
but it’s not there.
d
If your Prisma server is hosted on Heroku, then heroku logs should have this. Prisma writes to
stdout
Maybe it takes a while for Heroku to aggregate logs or something?
k
I cannot find that exact log id, but I see this a couple of times:
Detail: User does not have CONNECT privilege.
Copy code
2019-04-29T09:49:49.367032+00:00 app[web.1]: org.postgresql.util.PSQLException: FATAL: permission denied for database "postgres"
2019-04-29T09:49:49.367034+00:00 app[web.1]: Detail: User does not have CONNECT privilege.
I deleted the service and deployed again and now it’s fixed. This wouldn’t be possible if the app was live and had users …
d
Thanks, I will try to reproduce this
k
I too got this problem and had to restart my docker machine