-
Notifications
You must be signed in to change notification settings - Fork 426
nextjs-end rollout failed #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In my case , I found out the issue by looking in Google Cloud > Logging > Logs explorer > SEVERITY > Error : google.cloud.run.v2.Services.CreateService returns this error :
Solved by adding the following lines to apphosting.yaml :
I guess the Rollout Failure should be more verbose than that. |
I had the same issue with my nexjs deployments: It would be great if the official docs mentioned this ![]() ![]() |
Had the same mildly frustrating issue. |
Mine just says all of a sudden: Ready condition status changed to False for Revision backlink-space-build-2024-10-28-003 with message: Deadline exceeded |
Currently experiencing the same issue with a valid |
I'm suddenly getting failed deploys with a successful build as well, just like in @RebinX1 screenshot. Had to delete and redeploy the backend to get a working deploy. |
Having the same issue, it looks like |
I have the same problem too. it looks like the build was completed, and the revisions in Cloud Run show that the build was successful, but firebase still shows that the build have failed in the console. |
same problem, and i fixed apphosting.yaml config problem, the revisions in Cloud Run show that the build was successful, no any error. but firebase still shows that the build have failed in the console. |
Looks like that's happening for a lot of users report it to the firebase team for them to fix it. |
This is their response: "The App Hosting expert team has now identified the cause. They found that there’s a brief period of time between when you create a build and when it’s safe to start the rollout. In the cases they analyzed, the build and the rollout were triggered in the same second most likely through a script. But I simply don't understand what I should do? like how can I make it wait a couple of seconds? |
I'm back to this thread because I was able to get successful build(s) by deleting the container in cloud run then re-building. That was, until last night & this morning. No matter what my local build is good, my cloud build is good, but my rollout fails. This is a critical level issue in my own opinion given the amount of users experiencing problems and the fact that the platform is wholly unusable if we cannot get a successful rollout or meaningful logs to tell us why we are not getting successful rollouts. I've lost two weekends of development time in the last few months because of this issue. |
@ItsBenDov When you receive a response from Firebase in context of what to do, could you please post here again as well? What category did you file this under when speaking to Firebase support? I will likely submit a ticket too but it would make sense for those of us experiencing issues to attempt to categorically pool the support tickets to make it clearer to Firebase that this is a serious issue affecting many users. |
I reported it here, |
read the document and tried following config in
|
This is not helpful, you may have another problem |
According to Firebase support, it seems like it is happening when we attempt to rollout shortly after creating a backend. They're currently investigating to solve this issue. |
I created a new backend to test this theory out and waited about 10 minutes before deploying for the first time; I disabled auto-rollout and clicked "finish" rather than "finish and deploy" to let the backend sit idle before deploying initially. This is the same project, same branch, same commit, same configuration on two different backends. One fails but the other succeeds. |
My backend has been created and used for a long time, but I have not been able to publish it successfully since recently. |
An incident has been published on the Firebase Status Dashboard. https://status.firebase.google.com/incidents/HkK8snnXw4jYrUVfYbNw |
The same, also creating a new backend doesn't solve the problem for me. It's crazy that there is such a major disruption that prevents making new rollouts and practically paralyzing my app for over a week. |
Hi I'm having the same issue and no error in the logs |
I'm having the same issue, creating a new backend with demo project still not working. |
We are having the same issue. The backend was already deployed and running, we just wanted to promote a very simple change of code, build is green, rollout is not possible. No logging, no details, wasting hours to understand what is going on. |
The incident report claims its fixed but its not. I am still getting failed rollouts across all projects & backends. Here is a rollout history from one of my backends proving it's the same commit and branch failing rollouts. I deleted the underlying container before re-deploying so it could re-build and rollout again. Before this recent incident I did this to fix failed rollouts and it worked perfectly fine before it started failing every time last week. |
Just got a reply from the support team. They said:
I'm using asia-east and can identify the rollout is still broken. |
For some mysterious reason, it worked on a brand new backend with auto-deploy from GitHub enabled. I didn't deploy anything when creating the backend, but auto-deploy was set to true. I haven't encountered any deployment failures so far. Could it be related to manual deployments? |
The status update says fixed but it's still broken for me. In us-central1. |
I just tried enabling automatic rollout on two different projects and adding some whitespace to a file to generate a commit that would trigger the auto-rollout and both backends built first try. Manual rollouts are absolutely part of the issue to why the rollouts are not succeeding. Fantastic find, thank you so much. |
Same for me. Auto-rollout works but not through "create rollout". Interestingly, the "save and deploy" button in the auto deployment settings page worked too. |
This workaround worked for me. |
I am using the nextjs-end repo for firebase app hosting, the build is working fine but i get an error on the rollout. I looked through the logs but nothing. Can someone help me please ?
The text was updated successfully, but these errors were encountered: