I am writing this as a long-term user and Master Builder who relies on Replit as the “Real Estate” for my DISMD Command Center and Legal AI Suite. Currently, my account is completely frozen, preventing me from publishing or connecting to my databases.
The system shows a “Billing Issue,” yet my account clearly reflects a $9.00 credit with a reset date of April 3rd. This appears to be a “ghost” flag in the billing logic—possibly a remnant from a card update two months ago that was previously resolved.
I am an AI Generalist and JD (resigned); I value structural integrity in my tools. Currently, the “Proprietary Logic” of my projects is held hostage by an automated accounting error that doesn’t reconcile with my actual balance.
Has anyone else experienced this “frozen with credit” loop during the recent Neon migrations? I’m looking for a manual override from the Replit team before I’m forced to migrate my entire architecture to GitHub/Codespaces permanently on April 3rd.
Any guidance from the mods or dev team would be appreciated.
Replit doesn’t have customer service. It’s just an AI system. You have to accept this service for what it is - dirt cheap hosting for numerous small projects. If you try to use it for anything else you will get burned sooner than later.
Hello, I haven’t received a response from Replit technical support for three weeks now regarding a problem using the program I wrote. Please help me with this issue. Support ticket number 313772.
I first contacted support on February 23, 2026, but I still haven’t received a response. Further program development is simply impossible, and editing the program code and any other actions are blocked.
@FranciscoCM@ZergGirl can any of you aid me in my ticket. I have replied to the emails daily for over 10 days and still no reply. The first 2 emails on troubleshooting came out right away but has been dead silence ever since those did not work. I feel like I am being hung out to dry. My agent is currently useless. I have spent nearly $1000 in credits just between the last two months. I was just going tk go pro the day this happened…. My entire project has been at a stand still for the last 10 plus days. Can you please help. My ticket number is #317627
Maybe Replit ought to put together stronger education on best practices and a guide folks on how to achieve respectable code quality, given that many of the people using Replit are not software engineers.
I’ve been leading engineering teams for 20+ years. It was difficult for me to achieve this level of code quality on Sonar Cloud with Replit. If I struggle, someone with no engineering background is absolutely going to have a hard time.
We should not be shaming people because they don’t know what we know. That is like when Steve Jobs blamed iPhone users for antenna-gate by saying that they were holding the phone wrong…
I completely agree. I’m building production systems and it is completely unacceptable to have issues, have the issues disappear after 12-24 hours and still receive no word from official channels. Maybe there is a tier that provides better support? I submitted reports here, on two Discord channels, and opened a support ticket. This has happened on 3-4 other occassions and although I am a huge fan of Replit, the almost total lack of support is beyond baffling, especially for a company that could at least provide an AI-layer of support.
Here is a summary:
PostgreSQL Database Outage — March 16–17, 2026:
The PostgreSQL database on host helium (IP 172.31.72.3, port 5432) was unresponsive for 12+ hours, from approximately 8:30 PM PT March 16 to 5:57 AM PT March 17.
TCP connections to port 5432 succeeded (verified via /dev/tcp), confirming the host was reachable, but the PostgreSQL process itself never responded to any query. Direct psql connections with PGCONNECT_TIMEOUT=5 consistently returned: connection to server at “helium” port 5432 failed: timeout expired. This confirmed the issue was the database process, not network connectivity or application code.
The application workflow was restarted multiple times (creating fresh connection pools each attempt), the Repl was fully closed and reopened to force a container cycle, and no code or schema changes preceded the outage — it occurred during idle time. None of these actions resolved it.
The database recovered on its own after 12+ hours with no apparent intervention and no communications from support. Fortunately, no data was lost.
Questions: What caused the PostgreSQL process to hang? Is there any way for users to restart the database container? What prevents this from recurring in the future?
12+ hours of unresponsive Postgres with zero comms is brutal for production.
Unfortunately there’s no way to restart the database service independently. You can manage a lot of things on the platform, but that’s not one of them.
I’d file this as a separate bug report. Burying it in a support thread means it’ll get lost. Tag it under Bugs with “database” and “workspace” so it gets visibility.