Closed iLek2428 closed 5 years ago
What does your netlify build command look like?
Same error. Similar to @iLek2428 we created a status page via this site https://www.netlify.com/status-pages/. Added information such as site title, logo, etc. After providing this information, I was then redirected to the production deploy page. After few moments, there came the error. If you're asking what the build command is, I could not tell as it was not prompted on the process of creating the status page. Also checked the repository supposedly created in the process, it is blank.
We don't own the netlify on boarding process any longer but it sounds like something is missing. I know some new build images were added and I think some things that were magic before are now required. Maybe I'll try the status-pages walkthrough and see if I can figure out what is missing.
I just tried the netlify status pages deploy twice and it did not push any files into the new repository so the build failed.
@marcreyesph is that what you also noticed?
@fool or anyone at netlify know or care that that is broken?
I made this repo a template and pushed a build and it also failed.
It has to do with the new base image. https://www.netlify.com/blog/2019/03/14/a-more-flexible-build-architecture-with-updated-linux/
Ubuntu Trusty 14.04
Legacy build image for older sites
Ubuntu Xenial 16.04 (default)
Current default build image for all new sites
I assume some dependency is missing for the xenial
image.
I updated the deps and a few other things and the builds are now working. You'll need to use this template
or pull the changes into your fork.
Please comment if this is still an issue and I'll reopen.
this is still an issue
@merveillevaneck do you have more information to back your statement?