I have an angular frontend that uses rest services provided by wildfly. To call the wildfly from angular I installed a proxy using this informations: angular-cli server - how to proxy API requests to another server?
When I now call the service from my angular app, I get the following error in wildfly. javax.ws.rs.NotFoundException: Could not find resource for full path: http://localhost:8080/whatever/rest/entity
Calling the url in the browser works fine.
Any Ideas?