John Hamman
John Hamman
Ok, I added the `"localIsolation":"none"` to the .denoflare file. And I think you are right, looking at the "Download" below is a web address, and not local. This is what...
I get the exact same error even when I do my path like `/Users/John/xxxx/xxxx/deno-worker/src/first_steps.ts` ``` > denoflare serve main Download ⠋ https://raw.githubusercontent.com/Users/John/xxxx/xxxx/deno-worker/src/first_s Download ⠙ https://raw.githubusercontent.com/Users/John/xxxx/xxxx/deno-worker/src/first_s error: Uncaught (in promise) TypeError:...
I may have found a clue. If I run `denoflare serve main` I get the error, but if I run `denoflare serve ./src/first_steps.ts` it runs without error. So it seems...