Forgejo: API call for statuses causes 400 errors #40067
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?Forgejo Which version of Renovate are you using?42.62.0 Please tell us more about your question or problemI'm setting up Renovate on a self-hosted Forgejo repo hosting Podman Quadlet files. Renovate is setup to merge minor updates automatically. It creates the branches but then fails to update with a Could this be a bug in the current version of Renovate related to the api path being Thank you. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I am observing the same problem. Are you using traefik and have recently upgraded to v3.6.4? It looks like the new update changed some things regarding encoded characters in the request path. See this upgrade notice. What fixed this for me was adding the |
Beta Was this translation helpful? Give feedback.
I am observing the same problem. Are you using traefik and have recently upgraded to v3.6.4? It looks like the new update changed some things regarding encoded characters in the request path. See this upgrade notice.
What fixed this for me was adding the
allowEncodedSlash: trueoption to my config. I updated my helm values with the following: