We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps:
No response
I'm trying to use #1537 to improve https://www.notion.so/mui-org/DES-d648e13aa0c1468fa78622882dac6364. Tina @TinaDein is struggling to pull the latest changes from git. So I thought maybe I could create a quick Toolpad app for it.
Now, the problem seems to be that in
https://github.com/mui/mui-toolpad/blob/0112499a6ae22422c6ed6ddf8545616d9aaae35e/packages/toolpad-studio/src/server/rpc.ts#L57
we use the default limit value: https://expressjs.com/en/resources/middleware/body-parser.html#bodyparserjsonoptions, which is '100kb'.
limit
In Retool: https://docs.retool.com/apps/guides/components/special-inputs/file-inputs
The maximum size for uploaded files is 40MB.
The alternative is to use Toolpad Core for this, but it's not really a point yet where is ready to be used as I understand it.
npx @mui/envinfo
Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here.
Search keywords: -
The text was updated successfully, but these errors were encountered:
Can you try with https://pkg.csb.dev/mui/mui-toolpad/commit/4f952f42/@toolpad/studio? I've put it at 50 Mb.
Sorry, something went wrong.
He's happy:
Successfully merging a pull request may close this issue.
Steps to reproduce
Steps:
Current behavior
Expected behavior
No response
Context
I'm trying to use #1537 to improve https://www.notion.so/mui-org/DES-d648e13aa0c1468fa78622882dac6364. Tina @TinaDein is struggling to pull the latest changes from git. So I thought maybe I could create a quick Toolpad app for it.
Now, the problem seems to be that in
https://github.com/mui/mui-toolpad/blob/0112499a6ae22422c6ed6ddf8545616d9aaae35e/packages/toolpad-studio/src/server/rpc.ts#L57
we use the default
limit
value: https://expressjs.com/en/resources/middleware/body-parser.html#bodyparserjsonoptions, which is '100kb'.In Retool: https://docs.retool.com/apps/guides/components/special-inputs/file-inputs
The alternative is to use Toolpad Core for this, but it's not really a point yet where is ready to be used as I understand it.
Your environment
npx @mui/envinfo
Search keywords: -
The text was updated successfully, but these errors were encountered: