Skip to content

Instantly share code, notes, and snippets.

@GregBrimble
Last active March 30, 2020 18:44
Show Gist options
  • Save GregBrimble/dd330803f32df5e38d293191ad9706f8 to your computer and use it in GitHub Desktop.
Save GregBrimble/dd330803f32df5e38d293191ad9706f8 to your computer and use it in GitHub Desktop.
$ wrangler publish
🌀  Using namespace for Workers Site "__scriptname-workers_sites_assets"
🌀  Uploading site files
✨  Success
⬇️ Installing wranglerjs...
⬇️ Installing wasm-pack...
✨  Built successfully, built project size is 241 KiB.
Error: Something went wrong! Status: 400 Bad Request, Details {
  "result": null,
  "success": false,
  "errors": [
    {
      "code": 10021,
      "message": "Script startup timed out.\n"
    }
  ],
  "messages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment