stream-chat-react-native
stream-chat-react-native copied to clipboard
[🐛] No way to bypass 100mb upload limit when using own uploader?
Apparently no way to disable file size limitation from the code or from the admin panel?
Related to the same ticket for the web (react): https://github.com/GetStream/stream-chat-react/issues/2473
Issue
Alway trigger the notification of the 100mb file size limit.
Limited to 100mb in the admin too.
Steps to reproduce
Steps to reproduce the behavior: Upload an attachment > 100mb
Expected behavior
A way to disable any upload limitation to use our own.
Project Related Information
Customization
Click To Expand
# N/A
Offline support
- [ ] I have enabled offline support.
- [ ] The feature I'm having does not occur when offline support is disabled. (stripe out if not applicable)
Environment
Click To Expand
package.json:
# N/A
react-native info output:
OUTPUT GOES HERE
- Platform that you're experiencing the issue on:
- [ ] iOS
- [ ] Android
- [ ] iOS but have not tested behavior on Android
- [ ] Android but have not tested behavior on iOS
- [ ] Both
stream-chat-react-nativeversion you're using that has this issue:e.g. 5.4.3
- Device/Emulator info:
- [ ] I am using a physical device
- OS version:
e.g. Android 10 - Device/Emulator:
e.g. iPhone 11
Additional context
Screenshots
Click To Expand
Hi,
We only support for files that are less than 100MBS, this is a limitation of our CDN, you can use a custom CDN if this is a problem.
GH issues are used only for bug reports, please if you would like to continue the conversation, you can open a support ticket: https://getstream.io/contact/support/
This happens when not using your CDN, that's the issue, we use our own servers for upload.