500 Internal Server Error
Once a repository configured and deployed to workers with custom subdomain, and username/password credentials.
Pushing a Docker image with gradle jib for a standard Spring boot app is sometimes failing.
Most the time it succeeds and something I get the following error at random:
com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: 500 Internal Server Error
PUT https://cr.project.acme.com/v2/my-image-staging/manifests/sha256:2c3c85c056561b287636deb0fc17818ad5624bae1b3e018550f9224dfe4540fe
{"errors":[{"code":"INTERNAL_ERROR","message":"internal error","detail":null}]}
Looking at Workers logs, here are errors I get:
https://gist.github.com/lpellegr/3e75362d6bb8b31c733a2b00267a5a44
Cloudflare status does not show any outage.
The issue seems to appear at "random". However, I noticed that if I deployed a new version of the serverless registry to worker following a wrangler.toml configuration update, then the next few uploads seems to often fail.
Any idea what's the cause?
Hi @lpellegr, thank you for the issue. Are you seeing this lately? I can escalate to the R2 team so they can take a look if that's the case. Sorry for the issues you've found.
@gabivlj Thanks for your message. I am still experiencing the issue. It would be great if you can escalate to the right team:
> com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: 500 Internal Server Error
PUT https://***/v2/***-api-usage-handler-staging/blobs/uploads/05a367a9-87c1-4fb7-be18-0921570e0a74?_stateHash=05672fdc99f358501cbfdd2093e822c1f0f23a4cc707ead64cb8378848a59599&digest=sha256:84845657fbc51b87f896bc9e70162d65bc248b90815839470fddcda6bf8eaf42
{"errors":[{"code":"INTERNAL_ERROR","message":"internal error","detail":null}]}
The issue is still happening... :(