“Same exact issue here! Thank god Reddit sent me this post right as I was about to migrate my database. Spent hours researching the issue and thought this had to do with needing to migrate to the new native Replit database from Neon.”
“I filed a ticket yesterday about this exact issue and haven't heard back yet — I need urgent help, since we're just days away from launching our app to real users.”
“We experienced a platform incident on August 31 and September 1 that caused this issue on our end, not anything on your side. You can follow the incident timeline here: [https://status.replit.com/incidents/f551e79f-142b-4e8e-9e7e-4b8b92c47111](https://status.replit.com/incidents/f551e79f-142b-4e8e-9e7e-4b8b92c47111)”
“Before paying an agency, do a security and flow pass yourself, since that is where Replit builds usually hurt: Stripe webhooks that are not signature verified, prices trusted from the client, and database rows readable by anyone with the anon key. Fix those and a Fiverr QA sweep becomes much cheaper because they only chase UX bugs.”
“I’m hoping someone from Replit support can take a look at this because I already have a support request open and I don’t want to start trying random fixes on a live production database.”
“If people can publish straight from Replit/Vercel/Lovable, your normal repo and CI controls will never see it. DNS logs, proxy data and cloud/SaaS inventory are probably the better place to catch new public endpoints tied back to company accounts or domains, then security can decide whether they actually matter”
“I used Replit for a while because I loved how easy it was to go from an idea to a working project. But as my projects got bigger, I wanted more control over the code and my development workflow. That’s what pushed me to try Freebuff.”
“the reason this class of bug hurts so much is that code has version history by default and data doesn't — nobody sets it up until they've been burned once.”
“Like quite literally probably the worst tool now we have ever used now, we have spent $20,000+ with you guys. Feels like a slap in the face. We are ceasing operations using replit for good starting today, impossible to trust your company anymore.”
“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.”
“We started asking around and found two more instances across other departments, a survey tool built on Replit connected to a shared data store, and a landing page someone spun up on Vercel that had an exposed API key sitting in the client side code.”
“I’ve tried a few of these tools, including Replit and Copilot, and recently settled on Freebuff for most of my coding work. I mainly use Claude and have used it for building small apps and cleaning up existing code.”
“Dropped Replit after the recent pricing tier changes squeezed out smaller side projects. Moved mostly to local dev with Freebuff handling the boilerplate.”
“Spent way too much until I got 100 req/sec on my app and it all collapsed! I come from a software engineering background and I had to do manual migration to my old app. It costed me so much money!”
“My monthly Replit bills have been between $600 and $ 1,500, but I have noticed a significant reduction over the past month or so. I had already started focusing on controlling the agent power to lower settings prior to the new Free Model, which helped a good bit.”
“Hi Replit Support, I have been facing the same issue, could you please send me a direct message as well so that I can explain you my issue, I contacted Replit Support but i havent received a response for 2-3 days now.”
“I have cancelled the claude subscription, because replit give daily free credit for premium users. My other colleague, who is also A replit pro user cancelled railway hosting and went back to replit because the hosting cost is low.”
“i use it for small changes like adding/removing buttons which seems to work ok. replit will tell you if it's unable to complete the task in free mode.”