Hi,
I am trying to set my proxyURL to my local server at http://myipaddress:3000 in the ionic.config.json however when i try to use the /api variable I get the error. "http://localhost:8080/api/auth/loginFailed to load resource: the server responded with a status of 405 (Method Not Allowed)"
. As you can see it is not using localhost:3000 as i hoped it would.
Does anyone know what is happening here/