I have an error when using the Netlify CLI. I run ntl build and it builds, but then using ntl deploy
It hangs for ages. The log being
Deploy path: /Users/myname/Development/remix-ck/ck-remix-app/public
Functions path: /Users/myname/Development/remix-ck/ck-remix-app/netlify/functions
Configuration path: /Users/myname/Development/remix-ck/ck-remix-app/netlify.toml
✔ Deploying to draft URL...
✔ Deploying functions from cache (use --skip-functions-cache to override)
✔ Finished hashing 5056 files and 1 functions
✔ CDN requesting 0 files and 1 functions
⠇ (0/1) Uploading server...
It was working for my fine, I completed a Remix Run tutorial (Jokes App) and all runs fine locally but I have this error on deploying a preview and also deploying to prod.
The site is https://ck-remix.netlify.app/
Hiya, sorry you are having trouble with your build.
This Support Guide contains a ton of useful debugging tips that can likely help you solve your problem Additionally, this Support Guide houses all of our resources for debugging build and deploy issues.