Skip to content
New issue

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

🐛 BUG: Worker deployment fails for first couple of times #6888

Open
AkMo3 opened this issue Oct 3, 2024 · 0 comments
Open

🐛 BUG: Worker deployment fails for first couple of times #6888

AkMo3 opened this issue Oct 3, 2024 · 0 comments
Labels
api bug Something that isn't working

Comments

@AkMo3
Copy link

AkMo3 commented Oct 3, 2024

Which Cloudflare product(s) does this pertain to?

Workers Runtime

What version(s) of the tool(s) are you using?

3.79.0

What version of Node are you using?

v20.17.0

What operating system and version are you using?

Mac Ventura

Describe the Bug

Observed behavior

For first couple of time, deploying my hono JS application through npx wrangler deploy --minify src/index.ts fails for multiple time until finally deploying at 3rd or 4th attempt

> wrangler deploy --minify src/index.ts


 ⛅️ wrangler 3.79.0
-------------------

Total Upload: 1918.60 KiB / gzip: 571.86 KiB
Your worker has access to the following bindings:
.....

✘ [ERROR] Received a malformed response from the API

  <!DOCTYPE html>
  <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
  <!--[if I... (length = 7173)

  POST /accounts/1a*****a/workers/scripts/pl*****i/deployments ->
  522
  
  If you think this is a bug, please open an issue at:
  https://github.com/cloudflare/workers-sdk/issues/new/choose

Expected behavior

The worker should deploy at first attempt

Steps to reproduce

Unfortunately do not have a separate reproduction repo right now.

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@AkMo3 AkMo3 added the bug Something that isn't working label Oct 3, 2024
@WalshyDev WalshyDev added the api label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

2 participants