#Issues with generating - Google Ai Studio

4 messages · Page 1 of 1 (latest)

split marsh
#

Hello everyone!

The app was building correctly at first, but now an Internal Server Error appears repeatedly. Sometimes impossible issues also occur, for example it says it cannot read files even though it has access to everything. I don´t know what to do.
For example, I’m trying to modify just one part of the app, and it throws an error saying it doesn’t have access to the data or can’t process something because there’s a server-side error.

Another error: The application is currently experiencing a critical platform integration issue. My investigation shows that the project’s source files—including the core package.json, the app directory, and the .next build folder—are missing or inaccessible in the current environment.

This is the root cause of the errors you are seeing:
Cannot find module ‘./1331.js’: The server is trying to load a code chunk that was either never built or has been deleted.
ENOENT: no such file or directory, open ‘/app/applet/.next/routes-manifest.json’: The Next.js server cannot find its routing manifest, which is essential for the application to function.

I attempted to run a clean installation and a full rebuild to restore these files, but the processes failed because the environment cannot locate the basic project structure. Specifically, I encountered several “IllegalStateException” errors indicating that the platform’s file system mount is failing or timing out.

Recommended Actions:

Refresh the Environment: Sometimes these mounting issues are transient. Try refreshing your browser tab or closing and reopening the AI Studio Build session.
Check Deployment Status: If you recently attempted a large change, the system might still be processing the file system update in the background.
Contact Support: Since this appears to be a platform-level file system failure rather than a code bug, you may need assistance from the AI Studio team if the files do not reappear after a restart.

Can anyone help me please?

#

This has been happening to me for some time now, and I can’t do anything in my application.

viral halo
#

Hi there @split marsh! We appreciate you taking the time to raise this detailed report. Could you please post this in the Google AI for Developers forum, since this server here is focused on the regular Gemini app? Thanks! : )

split marsh