Closed ApayRus closed 1 month ago
@Aparus how did you go? I'm facing a similar issue.
the same issue I also facing for the last two days.
Hello, I am trying to upload photo in expo and was looking for an example and ended up here,
unfortunately:
This project needs an update
This project uses Expo SDK v20.0.0. If you want to open this project, the author will need to update the project's SDK version.
Hi I do have the same issue, we had change another AWS server, then there's no working to upload either which was working great before
rewrote the demo and can confirm everything works now
Hi! I have created endpoint "uploads' and tested it with Postman. It works, files appears on the server, and postman shows relevant response with status 200 and body with uploaded files info.
But when I try to post data from my client app (react-native), server sends and error
And this is my request from client:
And formData looks like:
My env info:
I tried many things, but I can't figure out what I do wrong. I didn't find any examples with using fetch and loopback-storage (only xhr and angular). Please, share some ideas about it.