[React native expo + Express] Warning: TypeError: (maybeServerData ?? data)?.find is not a function
im using react native expo + express as backend services and im facing issues with the uploadButton.
uploadButton.tsx
libs/uploadThing.ts
6 Replies
in backend this is how its
What uploadthing versions are you using?
"uploadthing": "^7.3.0",
"@uploadthing/expo": "^7.1.1",
hmm ok, going to play around with this in a little bit to see if I can repro
update
the issue is when im on mobile data , im not getting any errors (maybeServerData ) and this is causing "is failed to report event "upload" to uploadthing Server"
to make api calls i have to have my devices on same WIFI, which is causing maybeServerData error