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
Using a non-string type (like int) in a query param struct will cause an encoding failure and internal server error. For example, it would be nice if we could support an http ingress like this:
error:http:runner0: Call to deployments dpl-http-e12hoaj2xyu13r5 failed: invalid request to verb http.get: json: cannot unmarshal string into Go value of type int
The text was updated successfully, but these errors were encountered:
Using a non-string type (like
int
) in a query param struct will cause an encoding failure and internal server error. For example, it would be nice if we could support an http ingress like this:This will currently fail with:
error:http:runner0: Call to deployments dpl-http-e12hoaj2xyu13r5 failed: invalid request to verb http.get: json: cannot unmarshal string into Go value of type int
The text was updated successfully, but these errors were encountered: