5 days ago
I'm experiencing an error when deploying any service; image attached.
Attachments
2 Replies
Status changed to Open Railway • 5 days ago
5 days ago
The error you are getting is: mise ERROR Failed to install aqua:apache/maven@3.9.16: HTTP status client error (404 Not Found). Apache maven 3.9.16 was released 4 hours ago, that's most likely why mise was unable to find it. I suggest you change your apache maven version to a slightly older one.
Attachments
5 days ago
Your deployment is failing during the build step because mise cannot install aqua:apache/maven@3.9.16 — the key error is:
HTTP status client error (404 Not Found)
This means the Maven package/version reference in your mise.toml or build config is invalid or unavailable, so update/remove the aqua:apache/maven@3.9.16 entry (or pin to a valid Maven version) and redeploy.