Encountered a NETWORK_ERROR while attempting to fetch data from my Django server.
CORS headers are functioning correctly on the backend.
I have tried using localhost and my machine's IP address, but it still does not work.
Here is the result of console.log(response.originalError):
Network Error at node_modules/apisauce/node_modules/axios/lib/core/createError.js:15:17 in createError at node_modules/apisauce/node_modules/axios/lib/adapters/xhr.js:96:22 in handleError at node_modules/react-native/Libraries/Network/XMLHttpRequest.js:609:10 in setReadyState at node_modules/react-native/Libraries/Network/XMLHttpRequest.js:396:6 in __didCompleteResponse at node_modules/react-native/Libraries/vendor/emitter/_EventEmitter.js:135:10 in EventEmitter#emit