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
As @samber said, traefik already returns a 404 status code. As there is no standard on how to format errors in a JSON response, I prefer to stay simple for now and use status codes :)
When we sent request that is not correct (typo, deleted backend etc.) return 404
``/api/providers/docker/backends/backend-whoam
-> 404
If it returns to "Not Found" json object, I think could be more usefull to handle response.
The text was updated successfully, but these errors were encountered: