-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Description
Operating System
window 10 pro
Environment (if applicable)
Firebase Studio / Cloud Workstation
Firebase SDK Version
"dependencies": { ... "firebase": "11.0.2", ... },
Firebase SDK Product(s)
Component
Project Tooling
Project is built using:
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Firebase SDK (v11.0.2)
LinguaBridge - Firebase Studio.pdf
Detailed Problem Description
While using Firebase Studio / Cloud Workstation, I encountered a 404 error preventing the environment from loading fully.
What I was trying to achieve:
- Open Firebase Studio and run my Next.js project in the Cloud Workstation.
What actually happened:
- The console shows the following error:
GET .../extensionHostWorker.esm.js net::ERR_ABORTED 404 (Not Found) - As a result, the Cloud Workstation fails to load the necessary worker scripts.
Steps already tried:
- Restarted the VM
- Used /clear command
- Cleared browser cache
- Tested in Incognito mode
Impact:
- Cannot properly load or work with Firebase Studio / Cloud Workstation.
Steps and code to reproduce issue
- Open Firebase Studio.
- Open any existing project or create a new workspace.
- Observe the browser console for the 404 error on extensionHostWorker.esm.js.