GetStream / stream-chat-react-native

💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
https://getstream.io/chat/sdk/react-native/
Other
955 stars 321 forks source link

[🐛] No way to bypass 100mb upload limit when using own uploader? #2617

Open MatheoJaouen opened 4 weeks ago

MatheoJaouen commented 4 weeks ago

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. image

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

```typescript jsx # N/A ```

Offline support

Environment

Click To Expand

#### `package.json`: ```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-native` version 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


luisgereda commented 3 weeks ago

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/

MatheoJaouen commented 3 weeks ago

This happens when not using your CDN, that's the issue, we use our own servers for upload.