Ai Studio App Crashed

I am building my web app using Google AI Studio, with deployment to Vercel via GitHub.

Until yesterday, everything was working correctly. Today, after making some changes:

  • GitHub failed to load temporarily

  • I refreshed Google AI Studio

  • After the refresh, the Restore / Previous Versions option disappeared

Current state:

  • The live app on Vercel is working perfectly

  • The Google AI Studio preview is broken

  • The login page does not load inside AI Studio

I have asked multiple times to fix this, but the issue persists.

AI Studio repeatedly suggests removing the following lines from index:

"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2"

However, these lines keep getting re-added automatically, and removing them does not resolve the issue.

I still have a fully working version of this app saved in Google Drive, originally generated by Google AI Studio.

Please explain:

  • Whether it is possible to restore or rebuild the app in Google AI Studio using this working version

  • How to recover the login page and preview inside AI Studio

  • How to stop the repeated re-creation of the above dependency lines

The goal is to restore the AI Studio app to the same working state as my saved version, without breaking the live deployment or existing data.