All Questions
11 questions
0
votes
0
answers
132
views
Axios Network Error in React Native project - how to handle this issue?
At first I started to develop my mobile app using Expo, but then migrated the components (and generally the whole UI) to plain React Native (react-native). No matter what I am trying to do (e.g login, ...
0
votes
0
answers
222
views
React Native Expo: Network Error when Sending File via FormData in a Form
Issue: Network Error when Sending File via FormData in React Native Expo
Problem Description
I'm encountering an issue when trying to send a file via FormData in a React Native Expo project. The goal ...
1
vote
1
answer
1k
views
React Native Expo: How to see Axios error full message?
I'm using Axios with React Native and I'm getting a network error.
On React JS(Web) when I used to console log the error or response I would get all the details but when I log the error on Expo I only ...
0
votes
1
answer
219
views
React Native - integration not send data
I'm trying to login via mobile, but the data is not sent.
On the web it works normally.
In Postman it works normally.
The React Native returns the error message: "response": "{"...
1
vote
1
answer
462
views
React Native axios GET method to get all data from subpages and display them
Hello i'm new with axios and i wanna to display all my data from subpages to screen but I have some trouble because when I display them it shows me the data from the last subpage instead of all of ...
1
vote
0
answers
87
views
Django-react native : request failed with status code 400
i m trying to POST an image from react-native frontend using android emulator to my api but i m getting this error : Request failed with status code 400
this is my axios request :
useEffect(() =&...
1
vote
1
answer
818
views
Error while uploading image on AWS S3 - with Axios & React-Native
I'm trying to upload an image from my Mobile App (with React-Native) on AWS S3 with a presigned URL. I'm using axios to send the request.
The problem is that even if my image is uploaded on AWS, if I ...
0
votes
1
answer
65
views
React Native App Wont display Api results
Hello i'm trying to display the ai of these movies but the wont show on my phone but when i console log they work in my terminal, just having issues displaying the results to the device.
At first i ...
1
vote
2
answers
4k
views
Net Core Web Api not reachable from React Native
I'm trying to develop a react native mobile app.
I'm at the begin of the project and I'm already stuck.
I created in VS 2019 a new Api Web Application.
I'm trying to call WeatherForecastController (...
18
votes
10
answers
54k
views
Network Error when use axios in React Native
This is long-standing problem for me and I can't find solution at all.
Within my react native project(react-native-cli), I send request to server using axios package.
But when I'm testing with my ...
0
votes
2
answers
2k
views
React-native axios method POST response.data null
I use React-native for my school project and axios to take data.
here is my function :
login(username, password){
axios({
method : 'post',
url : 'http://xxxx.xxxx.com/...