Hacker News new | ask | show | jobs
by blomqma 1248 days ago
Tried signing up using Google OAuth, not allowing any scopes and got the following error: ``` {"message":"\nInvalid `prisma.user.findUnique()` invocation:\n\n\nError querying the database: db error: FATAL: remaining connection slots are reserved for non-replication superuser connections"} ```

A bit too much info maybe.

2 comments

Hey - one of the cofounders here.

We’re experiencing our biggest spike in signups yet (see cal.com/open for the data), so our database got overwhelmed for a second. Rest assured, we’re on it :)

JS backend eh. What is the world coming to?
Nothing wrong with a js backend. Letting your errors leak to the frontend though..
The moment I actually sat down and played with one of those “isomorphic” “frameworks”, which was not too long ago, the whole thing immediately made sense to me.
What's an isomorphic framework?
Frontend and backend written in the same language/framework.