-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[不具合] 不定期にサーバがInternal Error を返しているので、原因を特定して修正しましょう #1669
Comments
本番環境用のデータベースにアクセスできないことによるエラーが発生しています。 ## Vercelでエラーが発生しているログの一部抜粋
PrismaClientInitializationError:
Invalid `prisma.session.findUnique()` invocation:
Can't reach database server at ''
もしくは、
PrismaClientKnownRequestError:
Invalid `prisma.session.findUnique()` invocation:
Can't reach database server at '' ## supabaseのログ
ClientHandler: MaxClientsInSessionMode: max clients reached - in Session mode max clients are limited to pool_size
DbHandler: Error auth response ["SFATAL", "VFATAL", "CXX000", "MMaxClientsInSessionMode: max clients reached - in Session mode max clients are limited to pool_size"] |
Supabase において、DB接続の管理方法を session mode にしていることが原因かもしれません。 See |
🐛 Try to fix "Max client connections reached" errors transaction mode (#1669)
対処方法
Seehttps://github.com/orgs/supabase/discussions/22305 |
WHY
TODO
The text was updated successfully, but these errors were encountered: