So I am trying to deploy my app for testing using the new Ionic View, however I am having trouble connecting to my API.
To deal with CORS in the browser, I set up a proxy in my ionic.config.json file and it works fine. When the app is built out and put on a device, it doesn’t need this proxy and works fine as well.
My issue is that when I deploy to Ionic View, it does not connect to my API. Has this happened to anyone? Any suggestions on how to overcome this? I tried putting both versions on Ionic Live, the one with the proxy enabled and one without, but neither work…