Network error with axios and react native

前端 未结 7 2322
暗喜
暗喜 2021-01-19 13:35

I have created an API endpoint using the Django python framework that I host externally. I can access my endpoint from a browser (mydomain.com/endpoint/) and ve

7条回答
  •  孤独总比滥情好
    2021-01-19 14:21

    I was facing the same issue.

    i looked deeper and my

    endpoint url was not correct.

    By giving axios right exact url, my api worked like charm.

    Hope it may help anyone

提交回复
热议问题