Skip to content

Add new LOWCODER_NODE_REQUEST_SIZE_LIMIT to handle nodejs body size. #1942

New issue

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update package.json
  • Loading branch information
amitshuklabag authored Aug 7, 2025
commit a71cc82785b7c2dd93b7e2680fe1b505e61812cc
1 change: 1 addition & 0 deletions server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"axios": "^1.7.9",
"base64-arraybuffer": "^1.0.2",
"bluebird": "^3.7.2",
"bytes": "^3.1.2",
"cors": "^2.8.5",
"dynamodb-data-types": "^4.0.1",
"express": "^4.21.0",
Expand Down
Loading