Getting BOOT_FAILURE with Deno Deploy (using deployctl) when trying to deploy SSH Server Ink App
I know this is kinda niche, but I'm hoping someone can help me out here as I am stumped. I am working on an SSH server portfolio app using
npm:ssh2
and npm:inkjs
. I thought it would be neat to serve this using Deno Deploy, but I keep getting this error:
I've looked into this file, and here's what I've tried:
- Removing deno.lock
- Removing the dependency from deno.lock
- Downgrading Deno version to 2.4.0 (from 2.4.2)
- Re-installing deployctl
- Removing dependency folder from node_modules/.deno
I'm at a loss here. The file spinners.json
appears to be valid JSON as far as I can tell. Any help would be greatly appreciated, thank you 🙏1 Reply
My best guess is this has something to do with deno handling JSON imports
No luck with this, still struggling 😦