nextcloud / vm

💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
https://download.nextcloudvm.com
GNU General Public License v3.0
1.3k stars 656 forks source link

Integrity check failures and errors logged after fresh install #2689

Open atusay opened 1 day ago

atusay commented 1 day ago

Steps To Reproduce

Install by scripts on ubuntu 24.04 No errors during installation.

Expected Result

Functioning Nextcloud instance without errors

Actual Result

Multiple integrity check failures and errors logged.

Integrity check results:

Errors: [no app in context] Error: image not found: image:apps/whiteboard.svg webroot: serverroot:/var/www/nextcloud GET /ocs/v2.php/apps/notifications/api/v2/notifications

[core] Error: Error while running background job OCA\DAV\BackgroundJob\EventReminderJob (id: 24, arguments: null)

Screenshots, Videos, or Pastebins

No response

Additional Context

No response

Build Version

latest

Environment

By using the scripts

Environment Details

No response

enoch85 commented 20 hours ago

Remove the whiteboard app and see if it makes ant difference.

enoch85 commented 20 hours ago

Also, you could try a new install as something probably went very wrong during this one. This time: hit ENTER through the whole installation to choose the defaults, nothing else.

lucbuzenval commented 11 hours ago

Hi, same problems with installation script and default pre-selected applications : Integrity check results and log errors.

I also tried by installing Nextcloud only (de-selection of all applications) and there too I have integrity alerts on the Nextcloud files.

This only happens with installation scripts because when I download the ready-to-use VM there are no errors. This is surprising since it is normally the same installation scripts in both cases!

Best regards

atusay commented 10 hours ago

I've tried multiple times with different options. No luck, the same errors come up. I've found a bug in the official nextcloud repo about the background job error. However, not about the others.