Hide
= POST /kubernetes/namespace/provision could take up to 30 seconds on some clusters, resulting in broken dashboard
When you access the User Dashboard, it makes a `POST /Kubernetes/namespace/provision` request. In some clusters, the request could take more than the 15-second timeout, making it impossible to access the user dashboard. The timeout was updated to 30 seconds in this release.
Additionally, it is now possible to customize the timeout using the `CHE_DASHBOARD_AXIOS_REQUEST_TIMEOUT` environment variable.
Show
= POST /kubernetes/namespace/provision could take up to 30 seconds on some clusters, resulting in broken dashboard
When you access the User Dashboard, it makes a `POST /Kubernetes/namespace/provision` request. In some clusters, the request could take more than the 15-second timeout, making it impossible to access the user dashboard. The timeout was updated to 30 seconds in this release.
Additionally, it is now possible to customize the timeout using the `CHE_DASHBOARD_AXIOS_REQUEST_TIMEOUT` environment variable.