[Solved] 【React】Uncaught runtime errors: × ERROR Network Error AxiosError: Network Error at XMLHttpRequest.handleError

2023/05/20 17:29

Error

Uncaught runtime errors:

ERROR

Network Error

AxiosError: Network Error at XMLHttpRequest.handleError (http://localhost:3000/static/js/bundle.js:48052:14)

ERROR

Network Error

AxiosError: Network Error at XMLHttpRequest.handleError (http://localhost:3000/static/js/bundle.js:48052:14)

Solution

change localhost to ip address.

REACT_APP_API_DOMEIN=http://127.0.0.1:8000

Leave a Reply

Back to top