16 result(s) for "Connection refused"
Your application fails to connect to PostgreSQL with a connection refused error. The database service is either not running or your connection string is inco...
Your API route returns a 500 Internal Server Error even though the code looks correct. The same logic works fine when tested manually. Frontend gets error wh...
You configured automated email workflows in your Base44 app (welcome emails on signup, order confirmations, status update notifications) but the emails never...
Application has configuration file (application.yml or .env) but settings aren't being loaded. Default values are used instead, causing application to attemp...
Your Docker Compose setup generated by Claude Code has services that fail to connect to each other. The application container can't reach the database, the b...
Your Cursor-generated Docker Compose configuration has networking issues that prevent containers from communicating with each other. The app container can't ...
Drizzle type generation fails with 'introspection failed' or 'unable to connect' errors when running drizzle-kit push or drizzle-kit generate . TypeScript er...
Your Cursor-built application's email delivery is severely delayed. Verification emails arrive 30 minutes late, password reset links expire before the email ...
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 worst nightmare just happened — all the data in your app is gone. User accounts, orders, content, everything. The app might still load, but it's like st...
Users click 'Forgot Password' in your Bolt.new application and see a success message, but the password reset email never arrives in their inbox. They check t...
Webhook endpoint configured in Supabase but never receives events. Database changes occur but webhook isn't triggered. Endpoint appears to work when tested b...
You've registered a webhook URL but never receive requests from the service (Stripe, GitHub, etc.). The webhook endpoint is never called. The service shows '...
Your Cursor-generated application sends emails perfectly during local development but fails with SMTP connection errors in production. Users aren't receiving...
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...