Search Fix Guides

16 result(s) for "Connection refused"

PostgreSQL Connection Refused on Replit

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...

replit database

API Route Returns 500 Error - Internal Server Error

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...

bolt api

Automated Workflow Emails Not Triggering

You configured automated email workflows in your Base44 app (welcome emails on signup, order confirmations, status update notifications) but the emails never...

base44 email

Configuration File Not Loaded from Environment

Application has configuration file (application.yml or .env) but settings aren't being loaded. Default values are used instead, causing application to attemp...

claude-code auth

Docker Compose Services Fail to Connect Due to Wrong Names

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...

claude-code integration

Docker Networking Issues in Cursor-Generated Docker Compose

Your Cursor-generated Docker Compose configuration has networking issues that prevent containers from communicating with each other. The app container can't ...

cursor integration

Drizzle ORM Type Generation Failed

Drizzle type generation fails with 'introspection failed' or 'unable to connect' errors when running drizzle-kit push or drizzle-kit generate . TypeScript er...

v0 database

Email Queue Backing Up and Delays in Cursor Application

Your Cursor-built application's email delivery is severely delayed. Verification emails arrive 30 minutes late, password reset links expire before the email ...

cursor email

Email Sending Blocked on Replit Free Tier

Your Replit app needs to send emails — password resets, notifications, confirmations — but all email sending attempts fail silently or with connection errors...

replit email

External API Calls Timing Out on Replit

Your app hangs when calling external APIs. Requests to third-party services timeout without response. Network latency and Replit's resource constraints cause...

replit api

I Lost All My App's Data

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...

common data

Password Reset Email Never Arrives from Bolt App

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...

bolt email

Webhook Not Receiving Events from Supabase

Webhook endpoint configured in Supabase but never receives events. Database changes occur but webhook isn't triggered. Endpoint appears to work when tested b...

lovable api

Webhook Not Receiving Requests - Events Not Triggered

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 '...

bolt api

SMTP Connection Refused in Production for Cursor-Generated Email Code

Your Cursor-generated application sends emails perfectly during local development but fails with SMTP connection errors in production. Users aren't receiving...

cursor email

MongoDB Atlas Connection Timeout from Replit

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...

replit integration