You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issues while consuming apis that are deployed on a server internally in department. I tried in ReactJS web application, got same issue but i resolved that by using a proxy domain. But the same thing is not resolving the issue in React Native.
Services endpoints are map through DNS by creating vhost on server machine. My endpoint is like: https://abc.domain.com/api/...
Can anyone help me out resolving this issue. I have been trying all a long way out but nothing positive is coming out.
When i call API through fetch or axios i get result network request failed.
My services are deployed to different machine and endpoints are provided DNS Vhost
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered:
Description
I am facing issues while consuming apis that are deployed on a server internally in department. I tried in ReactJS web application, got same issue but i resolved that by using a proxy domain. But the same thing is not resolving the issue in React Native.
Services endpoints are map through DNS by creating vhost on server machine. My endpoint is like: https://abc.domain.com/api/...
Can anyone help me out resolving this issue. I have been trying all a long way out but nothing positive is coming out.
Thanks.
Version
1.0
Output of
npx react-native info
[email protected] C:\Program Files\nodejs\node_modules\npm
Steps to reproduce
When i call API through fetch or axios i get result network request failed.
My services are deployed to different machine and endpoints are provided DNS Vhost
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: