After upgrade to Nextcloud 13.0.6, running into code integrity check problem

How Can I resolve it?
After upgrade to Nextcloud 13.0.6, running into code integrity check problem

Results

  • core
    • INVALID_HASH
      • .htaccess

Raw output

Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[.htaccess] => Array
(
[expected] => 60cb065543a840e650166fdb80dae8315e8d62f843947b34e080fbeb5d61780f78d1a875d0320876f6ae5ca607e192d24972a6017bcaa530dd487c7f3cf81f9c
[current] => 126002263add4fbfd72c3e83dc7fefff0ddc44ad55dc1143ea5347062b53f45efc9a238416703e92a3a7024caa160bdd5656bcccecb8c837090d0b09f7bfe858
)

            )

    )

)

replace the .htaccess with the original one in the nextcloud package.

(did you modify it?)

1 Like

Hi, I experience the same issue.

I have the same .htaccess, which came with the package, in /var/www/nextcloud and in the data folder.

  - INVALID_HASH:
- .htaccess:
  - expected: 60cb065543a840e650166fdb80dae8315e8d62f843947b34e080fbeb5d61780f78d1a875d0320876f6ae5ca607e192d24972a6017bcaa530dd487c7f3cf81f9c
  - current: cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e

How can I fix this issue?

I have the same problem but with a much longer list.
I even uploaded the complete Nextcloud package 14.0.1 once by hand but the error remains.

https://pastebin.com/GpwvTzDd

For my case I found the root cause. My fault. While manually upgrading I did not copy .htaccess into the nextcloud folder.
Sorry …