Worker with --remote not working (Error 1104)
Hi. Yesterday I was setting up a worker to be able to run it locally with remote resources so I can debug the code among other things. It was working fine, however, this morning didn't work. No changes in the code.
I can provide a Ray ID:
9354db749b4704ad2 Replies
why the double dev? npx wrangler dev --remote no?
what error do you get -- it works for me, althought for some reason my console.logs arent shpwing up
The
-e dev is to use the variables of that specific environment.
I have other projects with the same config working fine, however, this one is throwing the 1104 error code :/
Will try with npx instead
Using npx wrangler dev --remote or yarn wrangler dev --remove works, but I get an error for hyperdrive
I've tried this
WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_COCKROACHDB_HYPERDRIVE is on my .dev.vars
But even pasting the URL in my wrangler.jsonc doesn't work