I’m using Native HTTP4.3.2 with Ionic 3.7.1 to POST data to a server, however the request never seems to get executed. It never gets back a HTTPResponse or even an error.
Weird, if I create a brand new Ionic project and add the HTTP plugin, then I am able to both GET and POST just fine.
However when trying to use the HTTP plugin into my existing Ionic project, it never gets back a response from the POST.
I made sure the package.json were using the same Ionic dependencies, although my existing project is using a lot other plugins, perhaps some of them are interfering?