Hi Developers,
I have a PWA Ionic app and I am trying to generate an apk using capacitor.
Steps that I have used are.
- ng build
- npx cap add android
- npx cap sync android
- npx cap run android
Now, I am getting the Http failure during parsing. Can someone please help me out.
I have a Spring Boot server which is running. My PWA works fine but when debugging the App in Emulator I am getting this error.
Someone please help me out. I am stuck with this issue from many days.