上传失败, 支持的文件最大大小为: 1 MiB || Upload failed, the maximum supported file size is: 1 MiB
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 398
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 2
Description
发送文件的时候提示:上传失败, 支持的文件最大大小为: 1 MiB
Docker Compose配置中已经将配置了环境参数:- FILE_LIMIT=104857600
为啥不生效呢?
Tips when sending a file: Upload failed, the maximum supported file size is: 1 MiB
The environment parameters have been configured in the Docker Compose configuration: - FILE_LIMIT=104857600
Why doesn't it take effect?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docker Compose configuration containing FILE_LIMIT and trace how the TypeScript application obtains the upload-size setting. Reproduce the 1 MiB limit with FILE_LIMIT=104857600, then verify that the configured value is applied and the upload error reports the effective limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, typescript
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100