You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the "Invalid defaultDaemonConfig data provided to provideInitialState by settings" warning issue under Nextcloud 30.0.4, always filling Nextcloud log with such warning;
{
"reqId": "WARRV71KCzCb08PKkEY4",
"level": 2,
"time": "2024-12-17T06:03:38+00:00",
"remoteAddr": "xx.xx.xx",
"user": "admin",
"app": "no app in context",
"method": "GET",
"url": "/settings/apps",
"message": "Invalid defaultDaemonConfig data provided to provideInitialState by settings",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"version": "30.0.4.1",
"data": [],
"id": "67611464470d8"
}
P.S.: Disabling "app_api" stops producing such warning.
The text was updated successfully, but these errors were encountered:
There is was missing check if no deploy daemons configured, null value
produced warning logs.
Resolves: #472
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Got the "Invalid defaultDaemonConfig data provided to provideInitialState by settings" warning issue under Nextcloud 30.0.4, always filling Nextcloud log with such warning;
P.S.: Disabling "app_api" stops producing such warning.
The text was updated successfully, but these errors were encountered: