dosubot[bot] commented on issue #8295: URL: https://github.com/apache/incubator-devlake/issues/8295#issuecomment-2665578817
<!-- Greeting --> Hello @sakshiad! I'm here to help you with any bugs, questions, or contributions for the Apache Devlake project. I can assist you while waiting for a human maintainer. <!-- Answer --> The 500 status code error you're encountering in the Apache DevLake Portal when hosted on Docker could be related to the Axios request in the codebase. The relevant Axios request is located in the `config-ui/src/utils/request.ts` file, specifically within the `request` function that uses `instance.request(params)` to make the request. Issues with server-side configurations or request parameters might lead to this error <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/config-ui/src/utils/request.ts)</sup>. To diagnose the issue further, you can check the logging mechanisms in place. Apache DevLake uses the Logrus logging library, and the logging level can be configured through the `LOGGING_LEVEL` configuration. Logs are typically written to a file specified by the `LOGGING_DIR` configuration, defaulting to `./logs/devlake.log` if not set. Additionally, the Python backend uses the standard Python `logging` module, which might provide more insights into the error <sup>[[2]](https://github.com/apache/incubator-devlake/blob/main/backend/impls/logruslog/init.go)</sup><sup>[[3]](https://github.com/apache/incubator-devlake/blob/main/backend/python/pydevlake/pydevlake/logger.py)</sup>. Ensure that all dependencies and configurations required for running Apache DevLake Portal on Docker are correctly set up. This includes the necessary base images, system packages, environment variables, and ports <sup>[[4]](https://github.com/apache/incubator-devlake/blob/main/backend/Dockerfile)</sup><sup>[[5]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.20/DeveloperManuals/DeveloperSetup.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/ece5bd92-1b93-4d90-a32a-d9f34e1d274c?feedback_type=other)</sup> -- 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