Hello!

I've a simple Vite/React app, dockerized with an Nginx frontend.

If i call the application directly everything works fine, but if i
call it through a simple route with a rewrite (es. apisix:9080/myapp/)
the app is not working.

The request/response through the developer console are identical, same
requests, same response, but looks like the root js script in the
index.html file was not executed.

Calls to every single file are working fine and there's any error in
the console or network view of the developer tools, so it seems that
any part (js, css, etc) are correctly retrieved through apisix.

I'm quite clueless right now...

Reply via email to