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"}
```
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 :)
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.
A bit too much info maybe.