ERR_NETWORK in axios error while sending request to nodejs api

Viewed 30

When I send request to my nodejs API from browser on desktop(I mean opening the website on laptop) everything is fine. but on my mobile phone I get these errors in the below images and no data from API is shown: enter image description here

enter image description here

enter image description here

enter image description here

my website on localhost work fine, but when I open it on my phone through HTTP://192.168.1.103:8080/ which is the address, I'm facing this problem and, the data is not shown on the phone.

0 Answers
Related