Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Warning message in log (defaultDaemonConfig) when navigating to "Applications" tab and submenu #472

Closed
ozgurkazancci opened this issue Dec 17, 2024 · 0 comments · Fixed by #473

Comments

@ozgurkazancci
Copy link

ozgurkazancci commented Dec 17, 2024

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.

andrey18106 added a commit that referenced this issue Dec 23, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant