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]
The text was updated successfully, but these errors were encountered:
TUS server shows a 204 response back to the client, but client doesn't seem to process / acknowledge.
Do you have logs from the tus server showing its response? How do you know what the server responded?
Could you provide a minimal example to reproduce this? I don't use React Native on my own, so I don't have the time to setup an example to reproduce this on my own right now.
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:
The text was updated successfully, but these errors were encountered: