Ionic + Angular - How to avoid the “404 Not Found (from cache)” after POST request?

前端 未结 5 620
眼角桃花
眼角桃花 2021-02-01 16:40

this question is partly pointing to my previous question : Ionic + Angular POST request return state 404

But i wasn\'t able to find working solution.

Problem i

5条回答
  •  你的背包
    2021-02-01 17:22

    I had the same problem and I could solve it by adding the following plugin:

    ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
    

提交回复
热议问题