I get a 500 error with the response something went wrong. I do get these responses very often. Does anyone know how to solve this issue?
Error: {"type":"error","error":{"message":"Something went wrong","id":"928a2ccb716a45be8d81132f779a5352"}}
Hi @Steven Hooisma,
Welcome to the community!
I tried looking up the error code you referenced it translates to the following:
Can only commit on top of the head of branch "develop", not any of its ancestors
Could you share more context about where you are seeing this error? Is it occurring through the API or the UI?
- Phil
Hi Phil,
I tried to add a yaml file to a branch called 'ams-1' by the API, we use the repo/branch for IaC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steven,
Thank you for the update.
In the past, I've encountered this error associated with branch restrictions. Could you verify whether there are any branch restrictions set up on "ams-1"? The particular restriction in question would be a write access limitation, meaning that either no one or only certain groups or individuals are permitted to write to that branch.
- Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.