UD dashboard send the same requests double times #22326
Labels
area/dashboard
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Describe the bug
I can see the same several requests while creating a new workspace:
GET
https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/api/factory/resolver/
POST
https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/dashboard/api/namespace/olexii4-che/devworkspaces
...
It tries to create a new workspace twice. The second time we have the error
409 Conflict
Creating a new workspace from the sample from https://registry.devfile.io registry was broken.
Che version
7.69@latest
Steps to reproduce
https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#https://github.com/eclipse-che/che-dashboard.git
.Expected behavior
We should not have a doubling of requests.
Runtime
other (please specify in additional context)
Screenshots
Installation method
other (please specify in additional context)
Environment
other (please specify in additional context)
Eclipse Che Logs
No response
Additional context
https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com
The text was updated successfully, but these errors were encountered: