简体   繁体   中英

VueJS PWA says Network Error in my small PWA. Even I can't login

In my PWA everything is working except POST HTTP calls. I have a login on my first screen. It says Network Error . But it works fine Desktop/Laptop web browser. Only found the problem on mobile app [Android]

Note

  • I used Vue CLI for creating project.
  • I also tried with React. Happened the same. I don't know what's wrong with me.

You most likely try to connect to localhost . When deploying to a different device localhost is the actual device you are deploying and most likely you are not running a web server there.

You need to find your local machine's ip and use that as base url for HTTP calls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM