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
Several issues in wrangler have surfaced due to this. I haven't been able to reproduce the failure from the production worker https://workers.cloudflare.com/get-npm-wrangler-binary/1.10.3/x86_64-apple-darwin, though others have.
I cloned lasso and wrangler publish the caching worker to https://natdavidson.com/cache-wrangler-bin. Hitting https://natdavidson.com/cache-wrangler-bin/1.11.0/x86_64-apple-darwin in the browser produces could not find cache-wrangler-bin/1.11.0/x86_64-apple-darwin/index.html in your content namespace. curling the url returns
wrangler publish
could not find cache-wrangler-bin/1.11.0/x86_64-apple-darwin/index.html in your content namespace
HTTP/2 500 date: Wed, 14 Oct 2020 16:29:12 GMT content-type: text/plain;charset=UTF-8 content-length: 92 set-cookie: __cfduid=d260f6729ff3a3658aaffbe2596a194a41602692952; expires=Fri, 13-Nov-20 16:29:12 GMT; path=/; domain=.natdavidson.com; HttpOnly; SameSite=Lax; Secure cf-request-id: 05c98aca66000029dee0181000000001 expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?lkg-colo=16&lkg-time=1602692953"}],"group":"cf-nel","max_age":604800} nel: {"report_to":"cf-nel","max_age":604800} server: cloudflare cf-ray: 5e22ad8a394a29de-IAD
wrangler tail doesn't log anything.
wrangler tail
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Several issues in wrangler have surfaced due to this. I haven't been able to reproduce the failure from the production worker https://workers.cloudflare.com/get-npm-wrangler-binary/1.10.3/x86_64-apple-darwin, though others have.
I cloned lasso and
wrangler publish
the caching worker to https://natdavidson.com/cache-wrangler-bin. Hitting https://natdavidson.com/cache-wrangler-bin/1.11.0/x86_64-apple-darwin in the browser producescould not find cache-wrangler-bin/1.11.0/x86_64-apple-darwin/index.html in your content namespace
. curling the url returnswrangler tail
doesn't log anything.The text was updated successfully, but these errors were encountered: