dosubot[bot] commented on issue #8550: URL: https://github.com/apache/incubator-devlake/issues/8550#issuecomment-3215481727
<!-- Greeting --> Hi @milanboruvka! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the incubator-devlake team. <!-- Answer --> The 403 error when collecting deployments from GitLab is caused by the Environments feature being disabled in your project settings. DevLake's GitLab plugin always tries to access the `/projects/:id/deployments` endpoint, but if Environments are turned off, GitLab returns a 403 Forbidden, regardless of your token's permissions. There is currently no logic in DevLake to detect or skip deployment collection when Environments are disabled, so the pipeline fails after retrying the request a few times. No configuration options or recent changes address this scenario yet[^1]. To resolve this, you can either enable the Environments feature in your GitLab project or request a feature in DevLake to handle this case gracefully. [^1]: [DevLake GitLab plugin implementation](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/gitlab/impl/impl.go) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d6b29faf-bf87-4635-a3e5-949f55bd9d06?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8550) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org