nextcloud / files_pdfviewer

:book: A PDF viewer for Nextcloud
GNU Affero General Public License v3.0
86 stars 43 forks source link

Can't open PDF after Nextcloud Update to V23.0.0 #525

Closed paoloha closed 2 years ago

paoloha commented 2 years ago

Steps to reproduce

  1. update nextcloud from v22.2.0 to v23.0.0
  2. open pdf-file
  3. Fail -> Failed to open the requested file-

Expected behaviour

I expected that the file would be opened as normally.

Actual behaviour

big blue screen with Failure "Failed to open the requested file"

Server configuration

Operating system: Linux 4.18.0-305.19.1.el8_4.x86_64 #1 SMP Wed Sep 15 15:39:39 UTC 2021 x86_64 CENTOS 8

Webserver: nginx/1.14.1 (fpm-fcgi)

Database: mysql 10.3.28

PHP version: 7.4.23 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, intl, json, ldap, exif, mysqlnd, PDO, Phar, posix, shmop, SimpleXML, sockets, sodium, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlwriter, xsl, mysqli, pdo_mysql, pdo_sqlite, xmlreader, zip, apcu, igbinary, imagick, msgpack, redis, Zend OPcache

Nextcloud version: v23.0.0

List of activated apps:

Client configuration

Browser: tried several (Firefox Chrome Edge)

Operating system:

Logs

GuzzleHttp\Exception\RequestException: cURL error 3: malformed (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for /hosting/discovery

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php - line 158:

GuzzleHttp\Handler\CurlFactory::createRejection()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php - line 110:

GuzzleHttp\Handler\CurlFactory::finishError()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php - line 47:

GuzzleHttp\Handler\CurlFactory::finish()

/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php - line 113:

GuzzleHttp\Handler\CurlHandler->__invoke()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php - line 35:

OC\Http\Client\DnsPinMiddleware->OC\Http\Client\{closure}("*** sensiti ... *")

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php - line 31:

GuzzleHttp\PrepareBodyMiddleware->__invoke()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php - line 71:

GuzzleHttp\Middleware::GuzzleHttp\{closure}("*** sensiti ... *")

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php - line 63:

GuzzleHttp\RedirectMiddleware->__invoke()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php - line 75:

GuzzleHttp\Middleware::GuzzleHttp\{closure}("*** sensiti ... *")

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 331:

GuzzleHttp\HandlerStack->__invoke()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 168:

GuzzleHttp\Client->transfer()

/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 187:

GuzzleHttp\Client->requestAsync()

/var/www/nextcloud/lib/private/Http/Client/Client.php - line 223:

GuzzleHttp\Client->request()

/var/www/nextcloud/apps/officeonline/lib/WOPI/DiscoveryManager.php - line 106:

OC\Http\Client\Client->get()

/var/www/nextcloud/apps/officeonline/lib/WOPI/DiscoveryManager.php - line 78:

OCA\Officeonline\WOPI\DiscoveryManager->fetchFromRemote()

/var/www/nextcloud/apps/officeonline/lib/WOPI/Parser.php - line 178:

OCA\Officeonline\WOPI\DiscoveryManager->get()

/var/www/nextcloud/apps/officeonline/lib/WOPI/Parser.php - line 200:

OCA\Officeonline\WOPI\Parser->getParsed()

/var/www/nextcloud/apps/officeonline/lib/TokenManager.php - line 208:

OCA\Officeonline\WOPI\Parser->getUrlSrcForFile()

/var/www/nextcloud/apps/officeonline/lib/Controller/DocumentController.php - line 241:

OCA\Officeonline\TokenManager->getToken("*** sensiti ... *")

/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217:

OCA\Officeonline\Controller\DocumentController->index()

/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126:

OC\AppFramework\Http\Dispatcher->executeController()

/var/www/nextcloud/lib/private/AppFramework/App.php - line 157:

OC\AppFramework\Http\Dispatcher->dispatch()

/var/www/nextcloud/lib/private/Route/Router.php - line 302:

OC\AppFramework\App::main()

/var/www/nextcloud/lib/base.php - line 1006:

OC\Route\Router->match()

/var/www/nextcloud/index.php - line 36:

OC::handleRequest()
skjnldsv commented 2 years ago

Hello! I will need your browser console log to investigate this issue. Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.

How to access your browser console (Click to expand) # Chrome - Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. - Alternative method: 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. 2. Click the “console” tab. # Safari - Press CMD + ALT + I to open the Web Inspector. - See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) # IE9 1. Press F12 to open the developer tools. 2. Click the “console” tab. # Firefox - Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). - or, if Firebug is installed (recommended): 1. Press F12 to open Firebug. 2. Click on the “console” tab. # Opera 1. Press CTRL + SHIFT + I to open Dragonfly. 2. Click on the “console” tab.
techsupport-noah commented 2 years ago

I have the exact same problem. Here is a copy paste of my console.


Content Security Policy: Ungültiger Host _ kann nicht verarbeitet werden 2
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/files/” behandelt, da das Schema nicht übereinstimmt. 2 files
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf eval blockiert ("script-src").
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:2:319
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:136:52
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). sandbox eval code:9:350
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/files_fileinfo.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_fileinfo.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/files_client.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_client.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/js/core/merged-template-prepend.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. merged-template-prepend.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/accessibility/js/accessibilityoca.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. accessibilityoca.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/afterlogic/js/afterlogic.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. afterlogic.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_videoplayer/js/files_videoplayer-main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_videoplayer-main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/sideMenu.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. sideMenu.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/music/dist/webpack.files_music_player.361a5d8ccce9f2d0904e.css?v=35c36e89-1” behandelt, da das Schema nicht übereinstimmt. webpack.files_music_player.361a5d8ccce9f2d0904e.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/maps/css/filetypes.css?v=09c28db7-1” behandelt, da das Schema nicht übereinstimmt. filetypes.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/metadata/css/tabview.css?v=b5ecd63e-1” behandelt, da das Schema nicht übereinstimmt. tabview.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/files/94d2-e579-merged.css?v=490874ee2d04d7f7670040f291a05678-94d23a50-1” behandelt, da das Schema nicht übereinstimmt. 94d2-e579-merged.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/files_lock/css/files_lock.css?v=5bf6f289-1” behandelt, da das Schema nicht übereinstimmt. files_lock.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/files_sharing/d71e-e579-icons.css?v=490874ee2d04d7f7670040f291a05678-d71e67e7-1” behandelt, da das Schema nicht übereinstimmt. d71e-e579-icons.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/css/external.css?v=d71e67e7-1” behandelt, da das Schema nicht übereinstimmt. external.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/contacts/8a7a-e579-icons.css?v=490874ee2d04d7f7670040f291a05678-8a7a1be9-1” behandelt, da das Schema nicht übereinstimmt. 8a7a-e579-icons.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/js/files/merged-index.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. merged-index.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/imageconverter/js/imageConverterScript.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. imageConverterScript.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/comments/js/comments.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. comments.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_versions/js/files_versions.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_versions.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files/js/fileinfomodel.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. fileinfomodel.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/comments/js/comments-tab.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. comments-tab.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_pdfviewer/js/files_pdfviewer-main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_pdfviewer-main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/text/js/text-viewer.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. text-viewer.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_rightclick/js/script.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. script.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_rightclick/js/files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/metadata/js/tabview.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. tabview.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/metadata/js/plugin.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. plugin.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/firstrunwizard/js/about.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. about.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/deck/js/deck-collections.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. deck-collections.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/collaboration.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. collaboration.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/theming/js/theming.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. theming.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/spreed/js/talk-collections.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. talk-collections.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/systemtags/js/systemtags.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. systemtags.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/federatedfilesharing/js/external.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. external.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/printer/js/printer.plugin.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. printer.plugin.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/files_sharing.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_sharing.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/additionalScripts.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. additionalScripts.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files/js/dist/sidebar.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. sidebar.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files/js/dist/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/music/dist/webpack.files_music_player.2670bf4335be8620e680.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. webpack.files_music_player.2670bf4335be8620e680.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/js/statusmanager.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. statusmanager.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/js/activity/activity-sidebar.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. activity-sidebar.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/js/templates.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. templates.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/js/rollingqueue.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. rollingqueue.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/checksum/js/checksum.main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. checksum.main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/js/app.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. app.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_external/js/mountsfilelist.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. mountsfilelist.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_trashbin/js/files_trashbin.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_trashbin.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/officeonline/js/viewer.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. viewer.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/comments/js/comments-app.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. comments-app.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/user_status/js/user-status-menu.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. user-status-menu.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/socialsharing_email/js/socialsharingemail.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. socialsharingemail.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/unified-search.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. unified-search.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/systemtags.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. systemtags.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/officeonline/js/files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/contacts/js/contacts-files-action.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. contacts-files-action.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/files_lock/js/files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/groupfolders/js/groupfolders-files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. groupfolders-files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/printer/js/printer.tabview.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. printer.tabview.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/recommendations/js/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/text/js/text-files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. text-files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/viewer/js/viewer-main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. viewer-main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/notifications/js/notifications-main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. notifications-main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/files_sharing_tab.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_sharing_tab.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/dicomviewer/js/app.bundle.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. app.bundle.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/spreed/js/talk-files-sidebar.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. talk-files-sidebar.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/css/stylesheet?v=0” behandelt, da das Schema nicht übereinstimmt. stylesheet
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/script?v=0” behandelt, da das Schema nicht übereinstimmt. script
Die Ressource von "https://192.168.0.110/apps/dashboard/" wurde wegen eines MIME-Typ-Konfliktes ("text/html") blockiert (X-Content-Type-Options: nosniff).
files
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/dashboard/” behandelt, da das Schema nicht übereinstimmt. dashboard
Die Ressource von "https://192.168.0.110/apps/dashboard/" wurde wegen eines MIME-Typ-Konfliktes ("text/html") blockiert (X-Content-Type-Options: nosniff).
files
Laden fehlgeschlagen für das <script> mit der Quelle "https://192.168.0.110/apps/maps/js/filetypes.js?v=805bfb6d-1". files:67:1
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/dashboard/” behandelt, da das Schema nicht übereinstimmt. dashboard
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf eval blockiert ("script-src"). deck-collections.js:2:129231
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/theming/icon/files?v=1” behandelt, da das Schema nicht übereinstimmt. files
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/theming/favicon/files?v=1” behandelt, da das Schema nicht übereinstimmt. files
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/user_status/heartbeat” behandelt, da das Schema nicht übereinstimmt. heartbeat
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/groupfolders/js/groupfolders-sharing.js?v=eb23481670f30b7e3a4f” behandelt, da das Schema nicht übereinstimmt. groupfolders-sharing.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/groupfolders/js/groupfolders-vendors-node_modules_nextcloud_vue_dist_ncvuecomponents_js-node_modules_css-loader_dist_runti-78a4de.js?v=d14d23ac915283b7644e” behandelt, da das Schema nicht übereinstimmt. groupfolders-vendors-node_modules_nextcloud_vue_dist_ncvuecomponents_js-node_modules_css-loader_dist_runti-78a4de.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/notifications/api/v2/notifications” behandelt, da das Schema nicht übereinstimmt. notifications
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/search/providers?from=%2Fapps%2Ffiles%2F” behandelt, da das Schema nicht übereinstimmt. providers
Mutations-Ereignisse sollten nicht mehr verwendet werden. Verwenden Sie MutationObserver stattdessen. analyser.js:485:17
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/config” behandelt, da das Schema nicht übereinstimmt. config
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/systemtags/lastused” behandelt, da das Schema nicht übereinstimmt. lastused
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/core/whatsnew?format=json” behandelt, da das Schema nicht übereinstimmt. whatsnew
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2F” behandelt, da das Schema nicht übereinstimmt. workspace
Error: Promised response from onMessage listener went out of scope chrome.js:92:30
Error: Promised response from onMessage listener went out of scope 2 background.js:439:30
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/recommendations/api/recommendations” behandelt, da das Schema nicht übereinstimmt. recommendations
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/” behandelt, da das Schema nicht übereinstimmt. Noah
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files/ajax/getstoragestats.php?dir=%2F” behandelt, da das Schema nicht übereinstimmt. getstoragestats.php
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v1.php/apps/files_external/api/v1/mounts?format=json” behandelt, da das Schema nicht übereinstimmt. mounts
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files_external/userglobalstorages/2?testOnly=false” behandelt, da das Schema nicht übereinstimmt. 2
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2F” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files_external/userglobalstorages/1?testOnly=false” behandelt, da das Schema nicht übereinstimmt. 1
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2Fnoah_daten” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/noah_daten” behandelt, da das Schema nicht übereinstimmt. noah_daten
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files/ajax/getstoragestats.php?dir=%2Fnoah_daten” behandelt, da das Schema nicht übereinstimmt. getstoragestats.php
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2Fnoah_daten%2FDaten” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/noah_daten/Daten” behandelt, da das Schema nicht übereinstimmt. Daten
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files/ajax/getstoragestats.php?dir=%2Fnoah_daten%2FDaten” behandelt, da das Schema nicht übereinstimmt. getstoragestats.php
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2Fnoah_daten%2FDaten%2FBackUp” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/noah_daten/Daten/BackUp” behandelt, da das Schema nicht übereinstimmt. BackUp
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files/ajax/getstoragestats.php?dir=%2Fnoah_daten%2FDaten%2FBackUp” behandelt, da das Schema nicht übereinstimmt. getstoragestats.php
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/Readme.md” behandelt, da das Schema nicht übereinstimmt. Readme.md
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2Fnoah_daten%2FDaten%2FBackUp” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/text/workspace?path=%2Fnoah_daten%2FDaten%2FBackUp%2FDesktop” behandelt, da das Schema nicht übereinstimmt. workspace
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/noah_daten/Daten/BackUp/Desktop” behandelt, da das Schema nicht übereinstimmt. Desktop
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 20 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 59 main.js:1358:3634
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 2 main.js:1358:3634
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 12 main.js:1358:3634
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/index.php/apps/files/ajax/getstoragestats.php?dir=%2Fnoah_daten%2FDaten%2FBackUp%2FDesktop” behandelt, da das Schema nicht übereinstimmt. getstoragestats.php
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. main.js:1358:3634
Content script injection failed, reloading allpages.js:116:25
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 13 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 25 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 27 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 27 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 23 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 26 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 24 main.js:1358:3634
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2086
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment main.js:116:2282
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 71 main.js:1358:3634
Opening viewer for file  /noah_daten/Daten/BackUp/Desktop/E-Technik-Script.pdf Viewer.vue:259
Content script injection failed, reloading allpages.js:116:25
Fetching additional files... Viewer.vue:297
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/remote.php/dav/files/Noah/noah_daten/Daten/BackUp/Desktop/E-Technik-Script.pdf” behandelt, da das Schema nicht übereinstimmt. E-Technik-Script.pdf
Content Security Policy: Ungültiger Host _ kann nicht verarbeitet werden 2
Content Security Policy: 'x-frame-options' wird wegen 'frame-ancestors'-Direktive ignoriert.
Content Security Policy: Ungültiger Host _ kann nicht verarbeitet werden 2
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/officeonline/index?fileId=294801&requesttoken=7LEIWIeMa1ozW58ipQhGrXww1JZ1wilFIV4KIfAXj5c%3D%3Apul7MOjCPT9lDfRR9Dsz5ClX4fJam08CUG8ydIonxcA%3D&path=%2Fnoah_daten%2FDaten%2FBackUp%2FDesktop%2FE-Technik-Script.pdf” behandelt, da das Schema nicht übereinstimmt. 2 index
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf eval blockiert ("script-src").
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:2:319
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:136:52
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/files_fileinfo.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_fileinfo.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/files_client.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_client.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/js/core/merged-template-prepend.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. merged-template-prepend.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/accessibility/js/accessibilityoca.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. accessibilityoca.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/afterlogic/js/afterlogic.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. afterlogic.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/css/guest.css?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. guest.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_sharing/js/dist/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_videoplayer/js/files_videoplayer-main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files_videoplayer-main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/sideMenu.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. sideMenu.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_rightclick/js/script.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. script.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/core/js/dist/main.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. main.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/files_rightclick/js/files.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. files.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/comments/js/comments-app.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. comments-app.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/firstrunwizard/js/about.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. about.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps-pkg/theming/js/theming.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. theming.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/dicomviewer/js/app.bundle.js?v=805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. app.bundle.js
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/css/stylesheet?v=0” behandelt, da das Schema nicht übereinstimmt. stylesheet
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/script?v=0” behandelt, da das Schema nicht übereinstimmt. script
Die Ressource von "https://192.168.0.110/apps/dashboard/" wurde wegen eines MIME-Typ-Konfliktes ("text/html") blockiert (X-Content-Type-Options: nosniff).
index
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/dashboard/” behandelt, da das Schema nicht übereinstimmt. dashboard
No OC found main.js:160:111294
Proxying an event bus of version 2.1.1 with 1.3.0 main.js:285:35745
JQMIGRATE: Migrate is installed, version 3.3.2 main.js:959:933
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. main.js:1358:3634
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 2 main.js:1358:3634
Proxying an event bus of version 2.1.1 with 1.3.0 comments-app.js:415:98027
OCA.Comments.View initialized comments-app.js:614:362
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. main.js:1358:3634
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. main.js:1358:3634
Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20 main.js:1358:3634
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 2 main.js:1358:3634
Uncaught TypeError: nextcloud is null
    <anonymous> https://192.168.0.110/apps/side_menu/js/script?v=0:115
    <anonymous> https://192.168.0.110/apps/side_menu/js/script?v=0:118
script:115:13
Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools app.bundle.js:94129:47
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html app.bundle.js:94139:45
session heartbeat polling started main.js:800:971
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. main.js:1358:3634
Uncaught TypeError: headerMenuOpener is null
    <anonymous> https://192.168.0.110/apps/side_menu/js/script?v=0:69
    _ https://192.168.0.110/apps/side_menu/js/sideMenu.js?v=805bfb6d-1:24
script:69:9
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/js/config” behandelt, da das Schema nicht übereinstimmt. config
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 43 main.js:116:2282
No new notification data received notifications-main.js:2:1120986
Polling interval updated to 30000 notifications-main.js:2:1121750
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/ocs/v2.php/apps/notifications/api/v2/notifications” behandelt, da das Schema nicht übereinstimmt. notifications
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 10 main.js:1358:3634
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 248 main.js:1358:3634
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/core/8f4e-e579-server.css?v=490874ee2d04d7f7670040f291a05678-805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. 3 8f4e-e579-server.css
jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 72 main.js:1358:3634
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/core/8f4e-e579-server.css?v=490874ee2d04d7f7670040f291a05678-805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. 11 8f4e-e579-server.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/apps/side_menu/css/stylesheet?v=0” behandelt, da das Schema nicht übereinstimmt. 2 stylesheet
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/icons/icons-vars.css?v=1638893552” behandelt, da das Schema nicht übereinstimmt. 2 icons-vars.css
Das Cookie “agh_session” wird bald als Cross-Site-Cookie gegen “https://192.168.0.110/css/core/8f4e-e579-css-variables.css?v=490874ee2d04d7f7670040f291a05678-805bfb6d-1” behandelt, da das Schema nicht übereinstimmt. 2 8f4e-e579-css-variables.css
Source-Map-Fehler: Error: request failed with status 404
Ressourcen-Adresse: https://192.168.0.110/js/activity/activity-sidebar.js?v=805bfb6d-1
Source-Map-Adresse: activity-sidebar.js.map?v=fe49d7c520f13702fb7b

Source-Map-Fehler: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Ressourcen-Adresse: https://192.168.0.110/apps/music/dist/webpack.files_music_player.361a5d8ccce9f2d0904e.css?v=35c36e89-1
Source-Map-Adresse: webpack.files_music_player.361a5d8ccce9f2d0904e.css.map

Source-Map-Fehler: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Ressourcen-Adresse: https://192.168.0.110/apps/music/dist/webpack.files_music_player.2670bf4335be8620e680.js?v=805bfb6d-1
Source-Map-Adresse: webpack.files_music_player.2670bf4335be8620e680.js.map

​
juliushaertl commented 2 years ago

It looks like you have the officeonline app enabled but not fully or properly configured. Could you try disabling that in case you are not using it so that the regular pdf viewer is picking up again?

paoloha commented 2 years ago

Thank you @techsupport-noah for the console-output! and Thank you @juliushaertl, indeed, that was the problem, we are using onlyoffice so the office integration shouldn't be needed. Regards