Deploys to now fail suddenly.
See original GitHub issueOriginally discussing this issue in spectrum #now -> https://spectrum.chat/zeit/now/nuxt-universal-app-deployment-not-working-anymore~982af2e3-7dd4-4193-bd64-dda884ab6df0
After talking with their team, I was told that it appears to be an issue with now-builder itself.
When comparing my failed deployments, vs. my working deployments from this morning the only difference I can see in my deploys is a single dependancy within nuxt/now-builder.
Working Deploy
@now/node-bridge@1.2.1
Failing Deploy
@now/node-bridge@1.2.2
Did something change recently? I don’t see any major release, or updates to the package in the nuxt/now-builder repo.
I guess a quick fix would be pinning the version in the nuxt/now-builder… I’m asking for clarity on what happened in now/node-bridge though.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:20 (10 by maintainers)
Top Results From Across the Web
[Deployment Issue] Deployment via github suddenly fails ...
I haven't changed anything on the repository or the server, but suddenly deployments via webhook or manually (Force Build) end in: Build started ......
Read more >Troubleshooting Common Problems with Web Deploy
If Web Management Service or Remote Agent Service fail to start at all, look at the event Event Log > System for Service...
Read more >GitLab Pages: deploy suddenly fails without changes
Hi, I have a hugo website which I build and deploy to GitLab Pages using GitLab CI. I use a schedule to build...
Read more >Failed due to unhealthy allocations, but it's listening on ... - Fly.io
My app used to deploy fine. But now I get this confusing error when deploying: --> You can detach the terminal anytime without...
Read more >Azure Devops App Service Deploy Task Not Work Suddenly
It seems to be a source control issue. Just try going to the App Service Deployment Center blade and click " Disconnect "...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was just re-deploying a project that has been working and but got this.
error execa@2.0.1: The engine "node" is incompatible with this module. Expected version "^8.12.0 || >=9.7.0". Got "8.10.0"
Does anyone else share the same issue? (do let me know if this is a totally different problem that I should open a new issue with. I just think that the issue is related since it may have to do with the recent fix)Thanks @pi0 🙏
I’ll think about it and see if we can add an api for choosing the port. In the meantime,
@now/node-bridge@1.2.1
is stable and good to use for production so it will work fine 👌