maybe share some code so we can help you debug this? your api controller code, and please make sure it's wrapped between ``` so it's nicely formatted.
Oct 13, 2022
2
Level 1
Request with 404 error responce is called twice
There is a problem with 404 error in my app - if api responses 404 code, then request called again, but always with GET method and without query parameters.
For example, i do request GET /[email protected]. If it responses with 404 error code, this request repeat one more time, but without parameters - GET /emails. I saw it in logs - one request, but two lines in log.
Why does it happen?
Please or to participate in this conversation.