17 result(s) for "connection timeout"
Requests to Supabase hang indefinitely or timeout after 30 seconds. Login, signup, or database queries never complete. The app connects fine locally but fail...
Asynchronous requests timeout before completing, even though operation should finish quickly. Async operations hang indefinitely. Misconfigured timeout value...
Requests start failing with 'too many connections' or connection timeout errors. Error appears after app runs for a while or under load. Connection pool is e...
After Cursor refactored your database query code, certain queries have become significantly slower. Page loads that were previously fast now timeout or feel ...
Database queries timeout or take too long (>5 seconds). Complex queries with joins or aggregations are slow. API endpoints that query database time out or us...
Your Replit app needs to send emails — password resets, notifications, confirmations — but all email sending attempts fail silently or with connection errors...
Your app hangs when calling external APIs. Requests to third-party services timeout without response. Network latency and Replit's resource constraints cause...
Your Neon database connections timeout in production with 'connection pool exhausted' or 'query timeout' errors. Queries that work in development fail under ...
Your Windsurf-generated app fails to send emails through Nodemailer with TLS handshake errors. Email functionality that worked in development breaks when dep...
Application gradually exhausts Redis connection pool over hours. New connections fail with 'pool exhausted' error. Existing connections aren't being returned...
Edge function requests timeout after 120 seconds with 504 Gateway Timeout. Function doesn't execute or returns 500 error. Async operations timeout. Functions...
Your application's WebSocket connection drops after network interruptions, server restarts, or idle timeouts, and never attempts to reconnect. Users see stal...
Your Replit app cannot connect to MongoDB Atlas. The connection attempt hangs for 30 seconds and then times out. Your code works perfectly on your local mach...
Your Prisma database queries timeout with 'Can't reach database server' or connection pool exhaustion errors. Application queries fail or hang indefinitely. ...
When users try to export data as CSV from your Base44 app, the export hangs, times out, or produces an incomplete file with only some of the records. Small t...
Your Cursor-generated Docker Compose configuration has networking issues that prevent containers from communicating with each other. The app container can't ...
Your real-time features (chat, live updates, notifications) stop working after a few minutes because WebSocket connections are silently dropped. Users see st...