-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend and frontend): Continuation of backend and frontend debug…
…ging when uploading files above 4mb [2024-10-31]
- Loading branch information
1 parent
a47a88b
commit 641c4f0
Showing
4 changed files
with
395 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export const config = { | ||
api: { | ||
bodyParser: false, | ||
sizeLimit: "50mb", | ||
}, | ||
}; |
Oops, something went wrong.