I’m getting a 500 error with no extra detail when I try to create a new release. I’ve set my REPLICATED_APP
and REPLICATED_API_TOKEN
to the correct values prior to running this:
$ replicated release create --version 0.14.2 --promote Beta --yaml-dir manifests
• Reading manifests from manifests ✓
• Creating Release ✗
Error: failed to create release: POST https://api.replicated.com/vendor/v3/app/<redacted>/release 500:
I don’t see any information about what went wrong, but on my profile it looks like the “last active” timestamp by my API key is updated. The failure is consistent, so I’m currently unable to publish a new release.
Any ideas on what could be going wrong?