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
After finally getting around #633 and successfully pushing an image with the fn CLI I'm now running into issue with other invocations of fn that require talking to the API that I've deploed.
$ API_URL=https://f.mydomain.com/ fn apps create myapp
unexpected error: &{<nil>} (*models.Error) is not supported by the TextConsumer, can be resolved by supporting TextUnmarshaler interface
I suspect this has something to do with some failure to startup the container as seen in #632 -- But I'm not quite sure yet; I have traefik in front of this as a LB / Reverse Proxy so I'll keep poking...
The text was updated successfully, but these errors were encountered:
After finally getting around #633 and successfully pushing an image with the
fn
CLI I'm now running into issue with other invocations offn
that require talking to the API that I've deploed.I suspect this has something to do with some failure to startup the container as seen in #632 -- But I'm not quite sure yet; I have traefik in front of this as a LB / Reverse Proxy so I'll keep poking...
The text was updated successfully, but these errors were encountered: