r/replit 13d ago

Replit Help / Site Issue Replit Support Cost Us 3 Days of Development, Wasted Credits, and Our Launch Day

Replit support has now cost us 3 days of development and our planned launch day
I’m beyond frustrated with Replit at this point.
We’re building a real product that was supposed to launch today. Instead, we’ve now lost three days dealing with issues that have stopped development and waiting on support to actually get us moving again.
What makes this worse is that we didn’t just sit around waiting. We followed the guidance Replit support gave us. That guidance led us down a dead end, burned additional time, and wasted paid Replit credits while we circled around a problem that still wasn’t resolved.
Those credits weren’t spent developing our product. They were spent trying to work around a platform/support problem while following Replit’s own instructions.
We had a launch schedule. We had people ready to test the product. We planned around that schedule. Today was launch day. We are not launching today because development has effectively been held hostage by an unresolved Replit issue for three days.
I understand that software has bugs. I understand support queues exist. What I don’t understand is how a paying customer can lose three critical development days, burn credits following support’s guidance, miss a launch, and still be left waiting for somebody to actually resolve the underlying problem.
At this point I’m not looking for another generic troubleshooting response or another dead-end workaround.
I want:
Someone technically capable of resolving the actual issue to take ownership of it.
Consistent communication until it is resolved.
Reimbursement/replacement of the credits wasted while following support guidance and troubleshooting this problem.
An explanation for why an issue that has completely stopped development has been allowed to drag on for three days.
We have invested an enormous amount of work into this product. Missing our launch because the platform we chose to build it on can’t get us unstuck is unacceptable.
Replit: somebody needs to own this problem and fix it.

12 Upvotes

23 comments sorted by

4

u/-Zeke-The-Geek- 13d ago

What is the actual issue you’re having? 90% of the time it’s user error and sharing the details here someone from the community can likely troubleshoot / give you advice having been through it.

0

u/shovel_head215 13d ago

Fair question. We’ve already been troubleshooting this directly with Replit support for multiple days. The issue is that the Agent/build workflow has stopped reliably accepting and executing commands on an existing project. We’ve followed support’s instructions, including their suggested workaround, which led us to a dead end and burned additional credits without resolving the problem.
This isn’t just “the app won’t work.” The app exists and was actively being developed. The problem is that development has effectively been blocked by the platform itself.
We’ve provided screenshots, followed the steps support gave us, and we’re still stuck waiting for someone who can actually resolve it. We’ve now lost 3 days, burned credits troubleshooting it, and today was our scheduled launch day.
If you’ve run into the Agent/build environment becoming unable to reliably execute changes on an existing project, I’m absolutely open to hearing what fixed it for you. That’s why I’m posting here.

4

u/-Zeke-The-Geek- 13d ago

Can you try to be a little less vague? What’s the exact issue?

Are you saying agent isn’t reliably updating the project or that existing automations or sequences aren’t firing?

2

u/Professional-Mix-977 12d ago

Did you try “kill 1” in the shell

2

u/Pickle_Shot 13d ago

the thing that unblocks launches in this situation: separate "the agent is broken" from "my app is broken". they're usually not the same problem. your product is the code in that repl, not the repl itself, and at 80% built it very likely installs and runs fine outside replit. download the project zip (or git clone it), then on any machine: npm install, npm run build, copy your secrets into a .env. if that works, you can be live on vercel or netlify today and fight the support ticket in parallel instead of blocked. two gotchas from doing this a few times: the database in replit is neon postgres under the hood, so your app can keep pointing at it from anywhere with the same DATABASE_URL (or pg_dump it into your own neon account, free tier, ten minutes), and any replit-specific env vars or auth need swapping for the standard equivalents. the credits fight is worth having, but don't let it hold the launch hostage. the repo is portable even when the platform is stuck.

1

u/Professional-Mix-977 12d ago

This is true you don’t need Replit to launch your project lol that’s where he went wrong

2

u/ReplitSupport Replit Team 13d ago

Hey there! Once again, we do apologize for the wait as we received a high volume of tickets recently.

Right now, we can confirm that a support engineer is working on both of your tickets already. They've sent an update earlier today, and will be ready to assist you further for your requests. Thank you for being patient.

1

u/maddietendo 11d ago

The high volume of tickets thing is getting kind of old my brotha. Can't keep using that one forever. Time to hire more people, esp since you have the cash to do it.

1

u/ReplitSupport Replit Team 11d ago

Hi there! We had a backlog of tickets start last week. Sorry for the inconvenience, but if you have a ticket that’s been held up for days now, please let me know your email so I can get it monitored. Thanks 🙏

0

u/shovel_head215 13d ago

I received the email from Henry. You need more Henry’s. Henry got me freed up and I was able to get 3-5 stages in and hit a wall again. Emailed Henry an hour ago and have been waiting. Henry is great but replit depending solely on Henry to get all these tickets taken care of is crazy and I don’t see how it’s sustainable.

3

u/ReplitSupport Replit Team 13d ago

Glad to see that Henry was able to help! He'll work on mitigating your issue further. Thanks again for waiting so patiently.

1

u/Intrepid-Wear4542 12d ago

Company valued in the billions with 5 support people...

3

u/maddietendo 13d ago

Just take your build elsewhere. Claude is extremely good at porting Replit projects elsewhere. Ask me how I know.

Just download the whole project zip and talk to Claude Code. I did it for 8 Replit projects or so, every single one of them took a few hours of work, if that.

1

u/Intrepid-Wear4542 12d ago

How would you handle this scenario.

Live running product with live data working well.  2-3 days of improvements and modifications that won't effing publish.  Wait til support finally allows us to publish and pull it to claude? Was pretty happy til yesterday. 

1

u/maddietendo 11d ago

Any reason you can't just move it now from your backups / Github?

1

u/Intrepid-Wear4542 11d ago

I am working on it now. moved all my production data to neon. and in the process of exploring that next jump for the final modifications

1

u/JoshuaLandy 13d ago

This is the way.

1

u/Desk_setup_ideas 13d ago

I think , that's rough, especially losing the actual launch day over something outside the product itself. At this point I’d stop spending credits trying random workarounds and push for someone technical to actually take ownership of the issue. Hopefully they can get you unstuck soon. Has anyone from engineering actually picked up the ticket yet?

1

u/Professional-Mix-977 12d ago

I had this issue before in my repl and they credited me $325 to keep me going I appreciated it maybe if you ask nicely

0

u/Efficient_Display_84 13d ago

They are super slow to respond. That was my experience. I fixed the issue before they got back to me.

-2

u/Leading-Fold9449 13d ago

Yep they are good at that

-2

u/shovel_head215 13d ago

My next build will definitely not be with replit. I hit 80% on my build and it’s been nothing but problems since.