You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project in a nested group is detected and added successfully, but when triggered by the webhook (push event) the pipeline fails with the error below in the server logs (the PROJECT_NAME seems missing in the GET URL). However, everything is working fine when the pipeline is triggered manually with the "Run pipeline" button (no error in the server logs and the pipeline completes successfully).
{"level":"error","error":"GET https://SERVER/api/v4/projects/GROUP/SUBGROUP: 404 {message: 404 Project Not Found}","repo":"GROUP/SUBGROUP/PROJECT_NAME","user":"USER","time":"2023-08-21T12:03:16Z","message":"could not get folder from forge"}
And the UI shows :
Execution error
pipeline definition not found in GROUP/SUBGROUP/PROJECT_NAME
After that, the UI always shows An unknown error occurred. I have to use the "Repair repository" action to be able to work with the repository again.
Component
server
Describe the bug
Project in a nested group is detected and added successfully, but when triggered by the webhook (push event) the pipeline fails with the error below in the server logs (the PROJECT_NAME seems missing in the GET URL). However, everything is working fine when the pipeline is triggered manually with the "Run pipeline" button (no error in the server logs and the pipeline completes successfully).
And the UI shows :
After that, the UI always shows
An unknown error occurred
. I have to use the "Repair repository" action to be able to work with the repository again.System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: