Unable to use the server using the web interface while windows ans mobile app still synchronize

Nextcloud version : 21.0.7
Operating system and version : Ubuntu 20.04
Apache or nginx version : 2.4.41
PHP version : 7.4`

Hello,

Since the latest update to version 21.0.7, i’m facing issue to access the web interface.
In the other hand, the users already loggeed in with the windows application and mobile application can still use the applications to browse, upload and download within their folders.

Please find below the error loggedd on nextcloud.log :

{“reqId”:“3ru7yEqsa45TfD1cWFpl”,“level”:3,“time”:“2022-03-16T11:59:04+00:00”,“remoteAddr”:“192.168.XX.XX”,“user”:“xxxx”,“app”:“index”,“method”:“GET”,“url”:"/apps/dashboard/",“message”:{“Exception”:“Exception”,“Message”:“The requested uri(/apps/dashboard/) cannot be processed by the script ‘/nextcloud/index.php’)”,“Code”:0,“Trace”:[{“file”:"/var/www/nextcloud/lib/base.php",“line”:937,“function”:“getRawPathInfo”,“class”:“OC\AppFramework\Http\Request”,“type”:"->"},{“file”:"/var/www/nextcloud/index.php",“line”:37,“function”:“handleRequest”,“class”:“OC”,“type”:"::"}],“File”:"/var/www/nextcloud/lib/private/AppFramework/Http/Request.php",“Line”:784,“CustomMessage”:"–"},“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36”,“version”:“21.0.7.0”}

apache access log :

192.XX.XX.XX - - [16/Mar/2022:12:41:58 +0000] “GET /apps/dashboard/ HTTP/1.1” 500 4876 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36”
192.XX.XX.XX - xxxx [16/Mar/2022:12:42:12 +0000] “PROPFIND /remote.php/dav/files/h_rosse/ HTTP/1.1” 207 6775 “-” “Mozilla/5.0 (Windows) mirall/3.4.1stable-Win64 (build 20211221) (Nextcloud, windows-10.0.19044 ClientArchitecture: x86_64 OsArchitecture: x86_64)”
192.XX.XX.XX - - [16/Mar/2022:12:42:21 +0000] “GET /apps/richdocumentscode/proxy.php?req=/hosting/capabilities HTTP/1.1” 200 6325 “-” “Nextcloud Server Crawler”

Is this the first time you’ve seen this error? : Y

Thanks for your help.