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

前端 未结 5 539
眼角桃花
眼角桃花 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:10

    Had a same problem, nothing helped, then i just removed the whitelist plugin:

    cordova plugin remove cordova-plugin-whitelist
    

    then renstalled it

    cordova plugin add cordova-plugin-whitelist
    

    then it worked

提交回复
热议问题