message: 'request entity too large' expected: 192044 length: 192044 limit: 102400 type: 'entity.too.large'
在上传了一个音频文件的base64以后就报这个错。。请问egg在哪里可以修改body的请求大小限制啊。。
回复 (1)
Y
找到了,, config.bodyParser = { jsonLimit: '100mb', };
参与回复
登录后即可参与回复。登录
message: 'request entity too large' expected: 192044 length: 192044 limit: 102400 type: 'entity.too.large'
在上传了一个音频文件的base64以后就报这个错。。请问egg在哪里可以修改body的请求大小限制啊。。
找到了,, config.bodyParser = { jsonLimit: '100mb', };