Deployments started failing for us due to the following error:
Cannot build Application “XXXXX” due to an error with git: Error { code: -16, klass: -16, message: "Invalid authentication: Exhausted all available auth method to fetch repository
Is this some permission problem on our end or Qovery?
Github changes a bit how token work recently, we made changes accordingly, maybe your token got invalidated in-between.
Do you mind retrying to see if it fails again?
I can’t access old deployment logs so I will have to wait for the next occurrence. We also see an issue that is likely related: sometimes we cannot change the branch of an application because the GitHub integration is failing, it’s being reported as just “internal server error”.
Following recent Github changes, token mechanics has changed a bit as explained earlier. We need to fix it asap, and this matter will be working on during this sprint on our end, so should have a fix quickly.
Sorry about that …
Was this ever fixed? We are still occasionally get these errors:
Cannot build Application “z4bec7b83” due to an error with git: Error { code: -16, klass: -16, message: "Invalid authentication: Exhausted all available auth method to fetch repository
I don’t see execution id anywhere in the deployment logs but I have deployment request 06b27686-2a51-4231-a028-ef090cfba5f3-430-1674568521 id.
You are correct, 06b27686-2a51-4231-a028-ef090cfba5f3-430-1674568521 is the execution Id.
After taking a look at the log of your deployment, it seems indeed that we started to execute your deployment while your GitHub token was set to expire a few minutes later.
It should not happen as we force re-generate a new one before triggering a deployment.
I am looking at the possible issue that may cause that.