tokers commented on issue #6381:
URL: https://github.com/apache/apisix/issues/6381#issuecomment-1045563486


   @MirtoBusico With the above log, we cannot check where the `404` generates, 
it might be returned by upstream or by APISIX itself, could you try to send a 
request to APISIX by `curl` utility, so that we can get the 404 response body.
   
   If the response body likes "{"error": "404 Route Not Found"}" then 404 was 
generated by APISIX or the it should be generated by the backend.
   
   And I check out the new URL you set is `/*`, this makes APISIX converting 
the URI to `/*` and this maybe the reason that your backend returning 404.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to