I’m trying to make an API request from my react native app. In isolation, the api works with the correct authToken but doesn’t in my react-native app
Whenever I run it on my web browser, I get an error that says “Uncaught error. Failed to fetch” Here’s the code that causes the problem.