John Hamman

Results 7 comments of 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...

I get the same issue. I also have the same permissions.

@Joffcom unfortunately, that didn't work. I restarted the workspace a few times.

I tried in a fresh workspace and also tried to install it on my local (success) and do an import of my local on n8n to see if that would...