Welcome to the community
For matching, the path
in the URL rewrite is combined with the API’s listen_path
. With the current config, requests with the URL http://localhost:8080/myApp/myApp
will trigger the rewrite.
Modifying the path
to empty ""
should achieve the desired behaviour. Similar was discussed here, which may be useful for additional context.
Please let us know if this works for you.