You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was caused in my case due to setting a ssh-clone url in the catalog definition property url instead of sshUrl, which causes url.Parse to return nil
The text was updated successfully, but these errors were encountered:
The following code runs into a null pointer dereference and causes the application to panic returning a HTTP 502 for the
/v1/resources
endpoint.No helpful logs were given.
hub/api/v1/service/resource/resource.go
Lines 43 to 45 in 76ab4c4
Reproduce
This was caused in my case due to setting a ssh-clone url in the catalog definition property
url
instead ofsshUrl
, which causesurl.Parse
to returnnil
The text was updated successfully, but these errors were encountered: