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 there is a notFound image set and an incomplete url e.g. /path/to/image rather than /path/to/image/foo.jpg, a text/html response is returned but with the body of the notFound image.
The expected response would be the same JSON formatted message expected when notFound is not set.
When there is a
notFound
image set and an incomplete url e.g./path/to/image
rather than/path/to/image/foo.jpg
, a text/html response is returned but with the body of thenotFound
image.The expected response would be the same JSON formatted message expected when
notFound
is not set.Tested with:
The text was updated successfully, but these errors were encountered: