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
DioException [bad response]: This exception was thrown because the response has a status code of 404 and RequestOptions.validateStatus was configured to throw for this status code
#2311
Closed
vynguyenbao28 opened this issue
Oct 8, 2024
· 1 comment
DioException [bad response]: This exception was thrown because the response has a status code of 404 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 404 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
My api call methods are all valid. My team cannot reproduce this error but can only check this error through errors raised by users.
During development and testing, it cannot be reproduced. Can anyone reproduce it or know how to fix it?
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered:
Request Statement
My api call methods are all valid. My team cannot reproduce this error but can only check this error through errors raised by users.
During development and testing, it cannot be reproduced. Can anyone reproduce it or know how to fix it?
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: