Suddenly data is come " " from server there is any issue in my code?

data: " " headers: {"": “”} status: 200 url: “some url here” status is ok but data is come blank from some time ago , previously it is working fine. there is any solution for this.

try to update npm install

i have tried this but its not working provide another solution

Have you checked the data outside the app? Whenever I encounter data issues like this, I ALWAYS validate that the server is working. Then, I can figure out if the issue is in the app or back on the server.

If the server is giving you that data, nothing the app can do about, except handle the lack of data in a graceful manner.

i run on mozila its working