Large size files cannot be uploaded #17331
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hi @Astro-CQM! I'm Dosu and I’m helping the misskey team. This is likely caused by Misskey's two-tier file size limit system. The effective upload limit is the minimum of two values:
The frontend checks both before uploading [4]: if ((file.size > instance.maxFileSize) || (file.size > ($i.policies.maxFileSizeMb * 1024 * 1024))) {However, the upload dialog only displays the role policy limit to the user [5], so if your To fix for your instance: Check your Also note that There's also a 1-hour cache on instance metadata [7], so if you recently changed the config, you may need to wait or restart for changes to propagate to clients. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
@Astro-CQM Did you try these solutions offered by Dosu? please inform us, and if it's resolve, close the issue
|
Beta Was this translation helpful? Give feedback.
-
|
nginxの制限の可能性もありそう |
Beta Was this translation helpful? Give feedback.


@Astro-CQM Did you try these solutions offered by Dosu? please inform us, and if it's resolve, close the issue
maxFileSize(you need to restart misskey after updating config)