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
When trying to retrieve the details of a data source through the CLI minder panics with a nil pointer, on the CLI you get:
[puerco@babieco minder] ⎈ sandbox on deps-datasource [📝] 🦆❯ go run ./cmd/cli/ datasource get -i 132f82e7-4a49-443c-a567-b727be190154
WARNING: Running against a test environment (127.0.0.1) and may not be stable
Message: Failed to get data source
Details: Internal errors. Means some invariants expected by underlying
system has been broken.
Please check with the server team.
exit status 13
Describe the issue
When trying to retrieve the details of a data source through the CLI minder panics with a nil pointer, on the CLI you get:
The nil pointer registers in the log:
To Reproduce
Just:
minder datasource list
orget
with a specific idWhat version are you using?
719d417
The text was updated successfully, but these errors were encountered: