-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Deploying [build] to Netlify stuck #15183
Comments
So it looks like you build for both gatsby and the netlify deploy all work. What makes you think it's failing? |
Works for me locally, but fails on netlify :( |
Hi, We have identified that it needs more than 5 minutes to complete this step : Some times ago, it needed only 2s. |
I am having the same issue. It works locally, but fails on build with the same error message:
I have updated all packages.
It then fails on netlify |
Hello all, same exact thing is happening to me. Like above posters, suddenly the past few days netlify and both
The build will eventually complete locally however it went from about a 2-3 minute cached build for me with 4000 pages and 4000 some images being transformed to now 20+ minutes. For instance this step:
takes almost 8 minutes, it used to take 30 seconds. This is local. On netlify this step will take 15+ minutes alone. Here it is on Netlify:
Netlify on the other hand exhibits the same behavior but just times out when its limit is reached. |
Seeing the same behaviour, which coincided with the introduction of this message in the Netlify deploy logs:
(in my case |
I can build it locally without issues after setting in package.json
hey. |
Hey all please see #15190 for the Babel errors. |
@finewitch ah, thanks I missed that. I'll be an vacation the next week so I won't be able to help from here. Hopefully someone else is able. |
Description
I'm new to Gatsby and Netlify. Haven't really changed anything in configuration. My deploy stop at some point and it's not moving forward. It can take ages. There is no cancel message after 15 minutes. I cannot see any error message.
My local build is ok.
Its working good after 'gatsby build & gatsby serve'
Steps to reproduce
commit to repository ( https://github.com/finewitch/clinicalspace ) then deploy from netlify website
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.NETLIFY:
PACKAGE.JSON
and netlify.toml
am I missing sth ?
The text was updated successfully, but these errors were encountered: