Unsupported OAuth provider github error when starting a workspace without OAuth setup #21896
Labels
area/che-server
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.
sprint/current
Describe the bug
On a Che installation without the GitHub OAuth flow set up, if starting a workspace that clones a GitHub repository, sometimes there is a
Failed to open the workspace: Unsupported OAuth provider github
error on the dashboard:In this case however, this error does not prevent the workspace from starting (the workspace phase is still
Starting
and it soon transitions toRunning
without any issues)Che version
next (development version)
Steps to reproduce
chectl server:deploy -p openshift
Expected behavior
The error should not appear.
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next
Environment
macOS
Eclipse Che Logs
No response
Additional context
I think this is happening because of this line here in the dashboard code throws an error.
Possible solutions can be:
The text was updated successfully, but these errors were encountered: