I’m trying to deploy a new version of my Next.js web app using Firebase Studio. The initial deployment was successful using the integrated “Publish” feature.
However, when I attempt to publish a new version via “Publish → Create new rollout”, I receive the following error:
Latest rollout failed. Something went wrong creating your rollout. Please try again.
Checking the network tab in the browser’s dev tools, I see this error:
POST https://monospace-pa.clients6.google.com/$rpc/google.internal.developerexperience.webide.v1.WorkspaceService/ProxyRequestToVm 500 (Internal Server Error)
Has anyone encountered this issue or know how to resolve it?
Additional context:
- I’m using the default Firebase Studio workspace environment.
- The app builds successfully using
npm run build
. - I’m not using Firebase Functions or SSR features — it’s a static Next.js app.
Any ideas or help would be greatly appreciated!