Open kojustin opened 6 years ago
this panic is from bad error handling of nested e.Payload.Error.Message
, one of which is nil, related to #32 our error handling of the swagger errors is pretty buggy, there are multiple locations we need to do better extraction of e.Payload.Error.Message
. thanks for filing. fixing shouldn't be too bad for this specific case, but at least you're getting an error which you could print out to at least get you past this.
smells like more of a dance with k8s proxy than anything
I'm running the project inside of a minikube distribution using fn-helm. The FN_API_URL is pointing at kubectl proxy which is proxying access into the Kubernetes cluster.
When I do "fn apps list" I get a crash.
I built this version of the fn cli tool at