We are working on a Ionic app that receive data from an API.
Before, the API was on http:// address and everything was working fine.
Then we have moved the API to https:// and it’s not working anymore.
We’ve added the whitelist plugin, added:
allow-navigation href="http://.lexnavigator.net/"
access origin=“https://.lexnavigator.net/”
we don’t receive a 404 error any longer, but a 0 status.
The app with https is working well in the browser, the app package with https is working well with a debug build in the phone, but not with a RELEASE BUILD in the phone.
With http all works very well in a release build.
In the console log I see that the status of the request is 0. Can you help with this problem?