@leantime thanks for all that info. For background, the app packaging code is at https://git.cloudron.io/cloudron/leantime-app
Currently 3.2.1 builds fine but on initial startup it crashes with:
=> DB initialisation Created directory: /var/lib/snmp/cert_indexes ErrorException: foreach() argument must be of type array|object, null given in /app/code/vendor/illuminate/collections/Arr.php:255 Stack trace: #0 /app/code/app/Core/Exceptions/HandleExceptions.php(255): Leantime\Core\Exceptions\HandleExceptions->handleError() #1 /app/code/vendor/illuminate/collections/Arr.php(255): Leantime\Core\Exceptions\HandleExceptions->Leantime\Core\Exceptions\{closure}() #2 /app/code/app/Core/Console/ConsoleKernel.php(154): Illuminate\Support\Arr::flatten() #3 /app/code/app/Core/Console/ConsoleKernel.php(36): Leantime\Core\Console\ConsoleKernel->commands() #4 /app/code/app/Core/Console/ConsoleKernel.php(233): Leantime\Core\Console\ConsoleKernel->bootstrap() #5 /app/code/app/Core/Bootstrap/Bootloader.php(163): Leantime\Core\Console\ConsoleKernel->handle() #6 /app/code/app/Core/Bootstrap/Bootloader.php(129): Leantime\Core\Bootstrap\Bootloader->handleRequest() #7 /app/code/bin/leantime(14): Leantime\Core\Bootstrap\Bootloader->boot() #8 {main}This is at https://git.cloudron.io/cloudron/leantime-app/-/blob/main/start.sh?ref_type=heads#L64 maybe we set some configs wrong or miss a necessary command. I will have more time in the afternoon to dive into it again.