Hi everyone,
I’m trying to import a uSync SyncPack in Umbraco v13, but I keep getting the following error:
Failed to upload 413
Some details about my setup:
-
The SyncPack file size is 79 MB.
-
Kestrel is configured in
Program.cswithMaxRequestBodySize = 100 MB. -
uSync API in
appsettings.jsonhasMaxFileSize = 100 MB. -
The project is running on Kestrel only, not IIS.
Since the file size is below both limits, I’m confused why the upload fails with a 413 Payload Too Large error.
Has anyone encountered this issue with uSync v13? Could it be related to reverse proxies, networking, or some other configuration I might have missed? Any guidance would be greatly appreciated!
Thanks in advance!