Hello,
I am experiencing a reproducible failure in Google AI Studio Build Mode on an existing project.
The Build Agent starts normally and can list the project files, but it consistently fails whenever it attempts to read the contents of any file.
Error:
closeCanceled
An internal error occurred.
Steps to reproduce:
- Start a new Build Mode conversation.
- Prompt: “Olá” → SUCCESS.
- Prompt: “Liste os arquivos do projeto. Não altere nada.” → SUCCESS.
- Prompt: “Leia App.tsx. Não altere nada.” → FAIL.
- Prompt: “Leia apenas package.json. Não altere nada.” → FAIL.
- A diagnostic prompt and a request to prepare a support report also fail with the same error.
The failure occurs with extremely short, read-only prompts. No code modification is requested.
Project: Lolly Final
Applet ID:
081a2cfc-39b6-423a-a57*******
Model:
Gemini 3.7 Flash
Timestamp reported by the Build Agent:
2026-09-01T11:26:32-07:00
Impact:
The Build Agent is currently unable to read project files, which blocks normal development and maintenance of the project.
No project files have been intentionally modified during these diagnostic tests.
I have already submitted the same incident through the AI Studio “Submit Bug” feedback mechanism.
Could you please investigate whether the Build Agent or workspace/container for this specific Applet is stuck or corrupted?
I have previously experienced a similar situation in another AI development platform where creating a Remix of the project resolved the problem. Before doing that here, I would like to know whether Remix is a recommended recovery procedure for this issue, because I do not want to modify, reset, or delete the original project.
Thank you.
Hello @Marcus_Borky ,
Yes, please try remixing the app and see if you are able to make progress in the remixed app.
UPDATE — September 2, 2026
I performed an additional controlled test using a fresh Remix of the same project.
The Build Agent can respond normally when no workspace access is required:
Prompt:
“Do not change anything in this project.
Respond only with:
TEST OK”
Result:
TEST OK — Gemini 3.8 Flash — 1 second
However, the Build Agent fails immediately when asked to read a project file:
Prompt:
“Do not modify any files.
Read only package.json and tell me whether you were able to read it, the project name, and the project version.”
Result:
Gemini 3.8 Flash — Canceled
closeCanceled
error: An internal error occurred
The same workspace-access failure occurs in both:
- the original project
- a fresh Remix of the project
This suggests that the chat/model itself is working, but the Build Agent is failing when accessing the project workspace/files.
Original Applet ID:
081a2cfc-39b6-423a-a57b-2443a*****
No files were modified during these tests.
Could you please investigate the Build Agent/workspace access issue and confirm whether this is a known incident or an environment-side problem?
I am experiencing the same Build Mode workspace/file-access failure.
My existing production React/Vite + Firebase ERP was working correctly before September 6, 2026.
Now:
- Preview fails with “Your application failed to start”
- bun install fails with exit status 1
- Dev server does not run
- “There are concurrent updates” appears
- Build Agent requests fail immediately
- Code explorer only shows app-favicon.ico
- Remix also fails
- ZIP export contains only 7 infrastructure files and does not contain src/ or index.html
Important difference:
My Version History still contains the real source code. I can open the current version’s diff and see src/utils/calculation.ts and other source changes.
Current version:
“FINAL ROOT-CAUSE FIX — DO NOT CHANGE ACCOUNTING LOGIC”
Sep 6, 2026, 4:54 PM
Please investigate whether this is the same workspace/file synchronization issue.
I do NOT want to restore an older version or recreate the application because the project contains production accounting/COGS/Firestore logic.
I need the current Version History source to be recovered/exported without modifying the project.