You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During upload, Onsuccess and OnChunkComplete events are not fired. TUS server shows a 204 response back to the client, but client doesn't seem to process / acknowledge.
Tried logging onAfterResponse but no response gets logged.
To Reproduce
React Native Expo application. Issue only happens on iOS.
Running Expo 51 with React Native 74.
Expected behavior
Upload completes and onSuccess event fires.
Setup details
Please provide following details, if applicable to your situation:
Runtime environment: React Native
Used tus-js-client version: 4.2.3
Used tus server software: [e.g. tusd, tus-node-server etc]