Intergartion of Node.js backend to cordova Application
-
Hey , i am trying to build a cordova application … but its not communicating with existing backend application …i am passing build paramerter for spa in quasar config but it is not working for cordova … do i need pass separate build parameter for cordova ??? please check below images
-
you’re double posting. I already responded on another thread. Anyways it could be that ‘http’ requests are marked as unsafe if running on cordova. Try to make your server ‘https’. You can check this in de chrome inspector network tab.