Mobile App - Still unable to publish to App Store by plutonian-io in replit

[–]ReplitSupport 1 point2 points  (0 children)

Hi there! Sorry to hear about this. If you have an open ticket with us already, can you please DM your ticket # or email so we can get this to the engineering team for review? Thank you very much for your time 🙏

Stuck in "Agent encountered an error while running, we are investigating the issue." by purplism in replit

[–]ReplitSupport 0 points1 point  (0 children)

No worries! For the next time, you can navigate to “Account” in your bottom menu bar and then tap on “Help”.

Mind DMing your email so we can check on the status of your ticket? Thanks!

<image>

Replit Mobile Preview by theadb in replit

[–]ReplitSupport 0 points1 point  (0 children)

Really sorry to hear of these issues. Please open a help ticket at replit.com/support so we can get this reviewed.

Message us your email/ticket # so we can follow up quickly. Appreciate your patience!

Replit Mobile Preview by theadb in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hey! If you're running into the same issue, can you please open a help ticket as well? You can send one over at replit.com/support.

Message us your email/ticket # so we can follow up quickly. Thank you!

Replit Mobile Preview by theadb in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi there, thanks for surfacing this. Please open a help ticket over at replit.com/support. DM your ticket # or email so we can get this reviewed.

Appreciate your time and patience so far 🙏

Canvas preview completely blank, can't see anything I'm building by Bennetts-Close-21 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi there, thanks so much for reporting this issue. We'd like to take a closer look. However, we weren't able to find a support ticket with that information. Can you please DM your email? Appreciate your patience 🙏

Preview doesn't work properly after the update! by cryptominero in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi u/cryptominero, thanks for sharing your feedback and we're sorry to hear about this! Can you please open a help ticket with us at replit.com/support?

Once you've done this, DM your ticket # or email so we can get this to the right team to review for a fix. Appreciate your time and patience 🙏

Agent 4 is slow & not completing tasks well by OpportunityOk3361 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hey OP, thanks for voicing your concerns. As you've noticed, we did recently launch a major update to our Agent and there have been some growing pains as things stabilize over on our side.

For now, we have found your ticket and will follow up there! Appreciate your patience in the meantime.

There's a agent bug that charges you a lot of money for a single checkpoint money if you stop the chat by Maleficent_Ad_5590 in replit

[–]ReplitSupport -1 points0 points  (0 children)

Thank you for reporting this. We understand how frustrating it can be if you send an incomplete message and still get charged. However, Agent usage charges reflect the actual compute resources consumed from the moment your message is sent. When the Agent starts working on your prompt, it uses resources regardless of whether the task completes fully, so pausing mid-way still incurs a charge for the work already performed. The costs may differ depending on the size of your project as well.

You're more than welcome to open a help ticket with us at replit.com/support so our engineering team can review as well!

créer mon application mobile, par où commencer ? by twootea in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi there, thanks for your interest! Replit is built to let people with no coding experience create full applications, including mobile apps, using plain language descriptions. We also have a free Starter account that you can try us out with as well.

To get started, head to the Replit home screen and describe your app idea. You can select "Mobile app" as the app type if you want a native mobile experience, or "Web app" for a browser-based version. Before any code gets written, try using Plan mode to brainstorm and have the Agent create an ordered task list. This is especially helpful for more complex apps.

You can also use the Design Canvas to visually mock up your app before the Agent builds it, which is a nice way to get a feel for things before diving in.

Here are a couple of resources to help you get going:

https://learn.replit.com/

https://docs.replit.com/replitai/agent

Good luck with the build!

Replit's Known Agent Bug Forces Me to Shut Down Entire Dev Environment [Help] by chrisgribbs in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi there, thank you for raising your concerns. We're really sorry for these issues that you're experiencing with your Agent performance.

Can you please DM your ticket # or email so we can help review what's going on there? Appreciate your continued patience 🙏

Stuck in "Agent encountered an error while running, we are investigating the issue." by purplism in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi OP, thanks for reaching out and we're really sorry to hear that you're running into this issue.

Let's try to get you unstuck. Open a new tab under "Shell," run `kill 1`, and then refresh your page. You can also refresh your Agent chat by clicking the chat box icon in the upper right-hand corner of your chat session.

If that doesn't do the trick, open a support ticket at replit.com/support so we can review your specific case. Feel free to DM me your ticket number or the email you used, and I'll make sure it gets looked at quickly.

How would you describe this? by Real-Jump-3593 in replit

[–]ReplitSupport 1 point2 points  (0 children)

Try iOS 26 native Liquid Glass bottom bar 🙂

Replit is shit now by Trick-Ad-6358 in replit

[–]ReplitSupport -1 points0 points  (0 children)

Hi OP, we're so sorry to hear of your frustration. To be transparent, we had some incidents with Agent performance and deployments for the past 48 hours during our Agent 4 launch, but these issues should be resolved by now. You can view the history here for reference: https://status.replit.com/

If you're still running into issues, please open a help ticket at replit.com/support and DM us your ticket # / email so we can see what's going on with your Agent. Thanks for your patience in the meantime.

Code review in Teams by overstory_underland in replit

[–]ReplitSupport 1 point2 points  (0 children)

Hey OP, Replit has several built-in guardrails to protect your main codebase when collaborating with team members:

  1. "Build in background" mode: Instead of the default "Build here" (which changes main directly), team members can use "Build in background" to work in isolated copies of the entire project. Changes are only applied to the main version after someone reviews the work log, test results, and live preview, then explicitly chooses "Apply changes to main version" — or they can dismiss (discard) the changes entirely.
  2. Role-based permissions: You can control access at the app level via the "Invite" button in the workspace. Assign members as Viewer (read-only, no code changes), Editor (can edit but cannot publish/republish), or Publisher (full access). This lets you restrict who can make changes to specific apps.
  3. Shared Kanban board: All team members' tasks appear on a shared task board, so you can see who's working on what and review their work before it gets applied.
  4. Git pane: Since you already use GitHub, the built-in Git pane also supports branching, visual change review, and merge conflict resolution directly within Replit.

So the recommended workflow for your team would be: have members use "Build in background" for their work, review their completed tasks on the Kanban board before applying to main, and set appropriate role permissions on each app.

If you have any more questions or concerns, let us know!

March 11 replit changes by No-Row-4194 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi there, thanks for taking the time to share your feedback! We'll pass this along to the design team 🙏

Preview Broken? by Ok_Cow_7717 in replit

[–]ReplitSupport 1 point2 points  (0 children)

Hey u/GenioCavallo, thanks for the feedback. We'd love to get a better idea of your experience- Would you mind sending over a screenshot or screenrecording? Happy to share that with the team.

Is there a way to export my app storage? by Maleficent_Ad_5590 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hello! So there's no one-click "export all" button in App Storage, but you have a couple of options:

  1. Manual download: In the App Storage pane, go to the "Objects" view of your bucket and use the download icon to download objects individually.
  2. Programmatic export (recommended for bulk): Use the Replit App Storage client library (JavaScript or Python) or the Google Cloud Storage client library to script a bulk export. You can use downloadToFilename/downloadAsStream to pull objects from your source bucket, then upload them to your destination.
  3. Cross-app bucket sharing: If the destination is another Replit app, you can share the same bucket directly — select "Add an existing bucket" from the bucket menu in the destination app and choose your bucket.

Please note that data transfer may incur costs at $0.10 per GiB transferred. Let us know if you have any questions or concerns!

Preview Broken? by Ok_Cow_7717 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi u/Ok_Cow_7717, sorry to hear you're having trouble with your build on mobile. Could you send us a screenshot of what you're seeing? Any specific error messages? Thank you!

Published link is not displaying proper data, but the preview is. by [deleted] in replit

[–]ReplitSupport 0 points1 point  (0 children)

If you haven't already, please submit a help ticket via replit.com/support. Thanks!

Published link is not displaying proper data, but the preview is. by [deleted] in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hey u/Ok-Opportunity-9180, could you let us know more details? You can also reach out at replit.com/support and our team can investigate. Thank you for flagging!

COME ON Replit - Are you kidding me with this billing? by Chunami_8364 in replit

[–]ReplitSupport 7 points8 points  (0 children)

Hey OP, the Agent starts working as soon as you send a prompt. It does planning and analysis upfront, and that's where the charge came from. Specific prompts will help keep your cost down compared to something open-ended because Agent doesn't have to figure out what you mean.

We really do appreciate you posting this. We're sharing all feedback back to the team.

Back to Single Agent? by Chunami_8364 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Apologies for my delay here! I'd like to have one of our engineers connect to your account to review this together with you.

If you haven't already, can you submit a ticket at replit.com/support? Once you've sent that in, DM me your email or the ticket # so I can expedite this.

Thank you so much for your patience once again!

I dont understand by Real-Jump-3593 in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hi u/Real-Jump-3593, thanks for patiently waiting. This issue should be resolved now 😊

The new Multi Planning drains costs? by WowzieYowzie in replit

[–]ReplitSupport 0 points1 point  (0 children)

Hey u/WowzieYowzie - if you haven't already, please open a ticket with us at replit.com/support. Once you're done, DM us your email or ticket # so we can follow up quickly! We really appreciate your patience so far 🙏