"Publish" button fails since ~5:40 PM (March 10) — build succeeds but rollout fails

Since approximately 5:40 PM (UTC-3) today, the Publish button in Firebase

Studio consistently fails with:

Failed to publish app

Something went wrong creating your App Hosting rollout. Please try

re-publishing.

The last successful deployment was at 5:35 PM ("Implementada desde Firebase

Studio"). Every attempt after that fails at the rollout stage.

Running npm run build manually in the Studio terminal completes successfully —

Next.js 15.3.8 compiles, type-checks, and generates all 57 pages with no

errors. The issue is specifically with the App Hosting rollout triggered by

the Publish button.

firebase deploy from the terminal only deploys Firestore/Storage rules, not

the App Hosting backend, so it’s not a workaround.

Environment:

  • Firebase Studio (cloud workspace)

  • Firebase App Hosting

  • Next.js 15.3.8 (App Router)

  • Node.js 22

  • Region: us-central1

What I’ve tried:

  • Re-publishing multiple times — same error every time

  • Verified npm run build succeeds locally in Studio terminal

  • No changes to apphosting.yaml or project config between the successful 5:35

PM deploy and the failing attempts

I noticed UI changes in the Firebase console today, so there may have been an

infrastructure update that affected App Hosting rollouts.

Is anyone else experiencing Publish failures today?

1 Like

All my app cant be blush all, I have the same issue

I have UX Firebase UI too, all my app in studio cant rollout

Lo solucione en la consola con: **firebase init apphosting slecciona tu backend sigues los pasos posteriores, ejemplo de como se vera: firebase init apphosting **
=== App Hosting Setup
i This command links your local project to Firebase App Hosting. You will be able to deploy your web app with firebase deploy after setup.
:check_mark: Please select an option Link to an existing backend
:check_mark: Which backend would you like to link? studio
i === Deploy local source setup
:check_mark: Specify your app’s root directory relative to your firebase.json directory /
:check_mark: Wrote configuration info to firebase.json
i Writing default settings to apphosting.yaml…
:check_mark: File /home/user/studio/apphosting.yaml already exists. Overwrite? Yes
:check_mark: Wrote /home/user/studio/apphosting.yaml
:check_mark: Firebase initialization complete!

:check_mark: Wrote configuration info to firebase.json
:check_mark: Wrote project information to .firebaserc

:check_mark: Firebase initialization complete!
LUEGO:
studio-844382xxxxx:~/studio{main}$ firebase deploy --only apphosting

Listo funciono!!!

I have same problem since yesterday. Any updates?

Same problem here. Can not deploy