i created an ionic capacitor app for the front end using angular and the backend with express node and mongodb, with cookies to storing the jwt , with testing the app with ionic serve in localhost it's work perfectly , but when i build the app with android studio , it's intsalled correctly and when i test it with both emulator and in my android phone i can't use it , i checked the connection between the ip adress of my pc , deploy the backend in heroku but still cant use my app .any help please
i m newer with creating ionic app , so i need some help to fix this problem
if i work with ionic serve it's works perfetcly , but for both emulator or enter image description hereandroid device i can't login , i have checked with postman that https://mihab-back.herokuapp.com/api/mihab/users workes perfectly , .thanks