Error when uploading > 1 GB | Nextcloud - TurnkeyLinux

I’m using
Nextcloud, TurnKey GNU/Linux 17.2 (Debian 11/Bullseye)
PHP 8.1
Apache version 2.4.56
Maria DB
Nextcloud 27.1.4

When I upload files over 1GB it gives me an unknown error.

can you help?
Thanks

Adjust LimitRequestBody in Apache

https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html#apache

Or use chunking (unless it’s a public upload) - or both.