Cannot Send HTTP Request from ios Simulator/Android Emulator (capacitor) to express nodejs backend)

@thomasvidas
I appreciate your reply. Hmm I wonder if it is really about cors because I’m specifying capacitor://localhost in the list to allow access to the backend.

In fact, the cors are working properly from the access from frontend the CORS for the backend should be all right. I also tested out with Capacitor Community HTTP Plugin, bubt I get the same result. (nothing happens when clicking the button even though the buttons click event triggers on browser.)

BTW I’ve read this discussion about Nuxt and Ionic:

My next question is, is Ionic/Capacitor ready for NuxtJS SSR because I’m using it? If it is only for NuxtJS SPA, doesn’t it affect the loading performance?

Thanks in advance!