I'm building an ionic app, with ionic 3 and angular 5.2. Everything has been working well for the longest time I can remember, until recently I noticed weird behavior.
As from the image, the request stays in pending status forever.
The backend is done in PHP, and it's working fine in a different app as well as website without issues. The log for the above requests is as shown below.
I've checked this questions among other solutions, but none seems to resolve my issue.
I'm using ionic-cli 4.3.1 (tried with earlier versions too).
Edit
I never found a solution to this, and since I was working on a short timeline, the only quickest option I had was to migrate to Ionic V4. The issue has since gone away, and the app is running fine.