ISOLATE_INTERNAL_FAILURE using KV
Hello! I've used Deno KV in the past, but just today whenever I try to deploy a new project, everytime I get:
The project is just a copy/paste from the KV example documentation, so I'm unclear why this is failing? Any pointers y'all have are welcome!
Here's the repo: https://github.com/aaronhmiller/kv-test
and here's the code:
GitHub
GitHub - aaronhmiller/kv-test
Contribute to aaronhmiller/kv-test development by creating an account on GitHub.
1 Reply
Not yet sure why this is, but the app deploys if I add a middleware like Oak and add some routes. Then it doesn't throw the ISOLATE_INTERNAL_FAILURE error. Perhaps the Deno Deploy environment requires that apps define routes and throws errors if they're not there.
Regardless, adding them in, even if unused, allowed the deploy to finally work!
the repo has the updated, working code.