Hello,
my application is using the Api\Config from the EGroupware UI by using the read- and save_value-methods.
But there is also a running Api\Asyncservice created in Egroupware. When this service wants to access the saved configuration ($config = Api\Config::read('MyApp')
) the configs are missing. It seems, that the asyncservice is using a different empty config-set, which can be modified by the asyncservice.
The effect desribed only occurs in the docker environment. The effect does not occur in a development environment from Git.
Clearing the cache did not solved my problem.
(EGroupware 20201028)
Thanks for some help,
Axel