We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following LoC is causing an error in the wrangler action and local wrangler running the preview command.
wrangler
atomico/src/options.js
Lines 5 to 7 in 02ee332
Atomico + Astro + Cloudflare worker integration should work without any issue from build to deployment.
Atomico + Astro + Cloudflare worker integration fails at the deployment step with the following error from wrangler:
✘ [ERROR] service core:user:test-astro-ts: Uncaught ReferenceError: document is not defined at null.<anonymous> (oi1s013v6f.js:8200:12)
git clone this repo to test with local wrangler.
git clone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The following LoC is causing an error in the
wrangler
action and localwrangler
running the preview command.atomico/src/options.js
Lines 5 to 7 in 02ee332
Expected behavior
Atomico + Astro + Cloudflare worker integration should work without any issue from build to deployment.
Actual behavior
Atomico + Astro + Cloudflare worker integration fails at the deployment step with the following error from
wrangler
:Reduced test case
git clone
this repo to test with localwrangler
.The text was updated successfully, but these errors were encountered: