[Bug] Failed to export conversation & Unleash proxy 404 Error (Feedback button unresponsive

1. Environment

  • OS: Windows 11

  • Antigravity Version: * Version: 1.107.0

    • Commit: 4603c2a412f8c7cca552ff00db91c3ee787016ff

    • Arch: x64

2. Describe the Bug When trying to export a conversation, the action fails completely. At the same time, the “Feedback” button becomes completely unclickable/unresponsive. Checking the developer console reveals a 404 error related to the Unleash frontend proxy and an export function error.

3. Steps to Reproduce

  1. Open Antigravity IDE.

  2. Engage in a conversation with the Agent.

  3. Click the “Export” button in the conversation window.

  4. Try to click the “Feedback” button.

  5. Check the Developer Tools Console.

4. Actual Behavior

  • The conversation does not export.

  • The Feedback button does not respond to clicks.

  • The console throws continuous Unleash: Fetching feature toggles did not have an ok response errors and a Failed to export conversation error.

5. Error Logs workbench.desktop.main.js:4256 Failed to export conversation: Error
at l4e (workbench.desktop.main.js:4195:76919)
at w$c (workbench.desktop.main.js:4723:255)
at C$c (workbench.desktop.main.js:4723:315)
at Object.onClick (workbench.desktop.main.js:4798:104446)

workbench.desktop.main.js:4988 POST https://127.0.0.1:11946/proxy/unleash/frontend 404 (Not Found)

workbench.desktop.main.js:4256 Unleash: Fetching feature toggles did not have an ok response

1 Like