Troubleshooting ​
The troubleshooting guides aim to identify the most common recurring problems the users face, as well as the most suitable solutions to these problems.
If you can't find a solution, check for open issues in the Busola GitHub repository. If none of them addresses your problem, create a new one. You can also reach out to our Slack channel to get direct support from the community.
TIP
To solve most of the problems with Busola development, clear the browser cache or do a hard refresh of the website.
HTTP Status Codes ​
All HTTP response codes are forwarded directly from the Kubernetes API. The only exceptions are:
400when the request is invalid. The response contains a reason502when the backend gets the503response code from the Kubernetes API502when something unexpected happened when forwarding the request. The response contains the request ID, which can help you find the root cause in the backend logs