-
Notifications
You must be signed in to change notification settings - Fork 9
Description
A week ago, the approval-flow just disappeared. It used to be the first block in the flow-edit screen, but not sure which of the two. Nevertheless, now it's gone for both.
This is the only item in the logger:
Declaration of Psr\Log\AbstractLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void at /var/www/html/custom_apps/files_scripts/vendor/psr/log/Psr/Log/AbstractLogger.php#22
Nextcloud 32.0.6 - It states that 32.0 is supported. The Nextcloud-install is only a few weeks old, and the fun part is that I got it for testing out... approval workflows.
There is nothing in the logs from "docker compose -f" that mentions 'flow' or 'approval'. I'd expect to see a loading-problem or a disabled plugin to be clearly mentioned, but on the surface all looks good.
What should I investigate? And how to do that?

