Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[gelöst] Seit geraumer Zeit Probleme mit Nextcloud

Featured Replies

Ich habe seit einigen Tagen Probleme mit meiner Nextcloud.

 

Ob ein kausaler Zusammenhang mit dem Upgrade auf UnRAID 6.12.x (aktuell 6.12.4) und den diesbzgl. erforderlichen Anpassungen von hier...

https://docs.unraid.net/unraid-os/release-notes/6.12.4/

...besteht, kann ich aktuell nicht beurteilen.

 

Ich möchte folgendes noch vorausschicken:

Ich habe schon lange keine Konfigurationsänderungen mehr vorgenommen, was die Nextcloud betrifft, d.h. weder

- in den Docker-Einstellungen

- in der config.php der Nextcloud

- im Nginx Proxy Manager (Reiter Advanced)

- in der Fritz!Box (z.B. Portfreigaben)

- usw. usw. usw.

 

Meine Nextcloud rufe ich über eine eigene Subdomain auf, also z.B. meinecloud.domain.com, entsprechend wurde die config.php vor langem angepasst,

  'trusted_domains' =>
  array (
    0 => '192.168.XXX.XXX:444',
    1 => 'meinecloud.domain.com',
  ),
  'overwrite.cli.url' => 'https://meinecloud.domain.com',
  'overwritehost' => 'meinecloud.domain.com',
  'overwriteprotocol' => 'https',

 

Ebenso kenne ich natürlich Threads, wie man z.B.  Sicherheits- & Einrichtungswarnungen los wird:

Auch konnte ich das ein oder andere frühere Problem lösen, durch Eingabe der richtigen Suchbegriffe hier im Forum bzw. in der Suchmaschine meines Vertrauens.

 

Beim bzw. bei den aktuellen Problem(en) weiß ich aktuell leider nicht mehr weiter.

 

Wie machen sich die Probleme bemerkbar?

 

Vor einigen Tagen wollte ich in der Nextcloud einen Kontakt ändern bzw. neue hinzufügen. Ein Klick auf "Kontakte" endet aber in einer Art Endlosschleife, was das Laden der Seite betrifft.

 

STRG+F5 oder andere "Zaubertricks" halfen leider nicht weiter.

 

Im nächsten Schritt habe ich dann mal die VCerwaltungseinstellungen aufgerufen, und bekam plötzlich folgende Sicherheits- & Einrichtungswarungen:

Es gibt einige Fehler bei deiner Systemkonfiguration.

Dein Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.

Dein Webserver ist nicht richtig konfiguriert, um "/.well-known/caldav" aufzulösen. Weitere Informationen hierzu findest du in unserer Dokumentation ↗.

Dein Webserver ist nicht richtig konfiguriert, um "/.well-known/carddav" aufzulösen. Weitere Informationen hierzu findest du in unserer Dokumentation ↗.

Einige Tage zuvor war an der Stelle noch alles im grünen Bereich.

 

Im Proxy Host des Nginx Proxy Managers unter dem Reiter Advanced, hatte ich folgende Konfiguration schon lange (eigentlich) erfoglreich am Laufen:

proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_max_temp_file_size 16384m;
client_max_body_size 0;

location = /.well-known/carddav {
      return 301 $scheme://$host/remote.php/dav;
    }
 location = /.well-known/caldav {
      return 301 $scheme://$host/remote.php/dav;
    }

Warum die Konfiguration nun nicht mehr funktionieren soll -> ???

 

Weiteres Problem:

 

Als nächstes Problem musste ich feststellen, dass keine Verzeichnisse und Dateien mehr angezeigt werden, weder die von UnRAID noch die als externe Speicher eingebundenen Freigaben von UnRAID.

 

Stattdessen erhalte ich nur noch diese Meldung:

Dieses Verzeichnis ist nicht verfügbar, bitte die Logdateien überprüfen oder den Administrator kontaktieren.

Rufe ich unter Verwaltung die Protokollierung aufruf, fallen folgende Einträge auf:

FehlerwebdavParseError: syntax error, unexpected integer "2023"

FehlerwebdavParseError: syntax error, unexpected integer "2023"

FehlerremoteTypeError: OCA\DAV\Files\BrowserErrorPagePlugin::logException(): Argument #1 ($ex) must be of type Exception, ParseError given, called in /app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php on line 89

Schaue ich im Detail unter die Einträge, dann finde ich folgende Meldungen:

/app/www/public/lib/composer/composer/ClassLoader.php - line 433:

    Composer\Autoload\{closure}("*** sensiti ... *")

    /config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php - line 34:

    Composer\Autoload\ClassLoader->loadClass()

    /app/www/public/lib/composer/composer/ClassLoader.php - line 582:

    include("/config/www ... p")

    /app/www/public/lib/composer/composer/ClassLoader.php - line 433:

    Composer\Autoload\{closure}("*** sensiti ... *")

    /config/www/nextcloud/apps/dav/lib/AppInfo/Application.php - line 129:

    Composer\Autoload\ClassLoader->loadClass()

    /app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php - line 171:

    OCA\DAV\AppInfo\Application->OCA\DAV\AppInfo\{closure}("*** sensiti ... *")

    /app/www/public/3rdparty/pimple/pimple/src/Pimple/Container.php - line 122:

    OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}("*** sensiti ... *")

    /app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php - line 138:

    Pimple\Container->offsetGet()

    /app/www/public/lib/private/AppFramework/DependencyInjection/DIContainer.php - line 488:

    OC\AppFramework\Utility\SimpleContainer->query()

    /app/www/public/lib/private/ServerContainer.php - line 155:

    OC\AppFramework\DependencyInjection\DIContainer->queryNoFallback()

    /app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php - line 65:

    OC\ServerContainer->query()

    /config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php - line 148:

    OC\AppFramework\Utility\SimpleContainer->get()

    /config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php - line 107:

    OCA\DAV\AppInfo\PluginManager->populate()

    /config/www/nextcloud/apps/dav/lib/Server.php - line 347:

    OCA\DAV\AppInfo\PluginManager->getAppPlugins()

    /app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php - line 89:

    OCA\DAV\Server->OCA\DAV\{closure}("*** sensiti ... *")

    /app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php - line 456:

    Sabre\DAV\Server->emit()

    /app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php - line 253:

    Sabre\DAV\Server->invokeMethod()

    /app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php - line 321:

    Sabre\DAV\Server->start()

    /config/www/nextcloud/apps/dav/lib/Server.php - line 364:

    Sabre\DAV\Server->exec()

    /config/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:

    OCA\DAV\Server->exec()

    /app/www/public/remote.php - line 172:

    require_once("/config/www ... p")

und

    TypeError: OCA\DAV\Files\BrowserErrorPagePlugin::logException(): Argument #1 ($ex) must be of type Exception, ParseError given, called in /app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php on line 89

    /app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php - line 89:

    OCA\DAV\Files\BrowserErrorPagePlugin->logException()

    /app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php - line 256:

    Sabre\DAV\Server->emit()

    /app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php - line 321:

    Sabre\DAV\Server->start()

    /config/www/nextcloud/apps/dav/lib/Server.php - line 364:

    Sabre\DAV\Server->exec()

    /config/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:

    OCA\DAV\Server->exec()

    /app/www/public/remote.php - line 172:

    require_once("/config/www ... p")

Wenn ich mir das Log herunterlade, finde ich u.a. folgende Zeilen (User+IP verschleiert!) ganz am Ende:

"reqId":"TEOqhD3Y0Z0MYkqg5XV7","level":3,"time":"2023-09-14T20:01:31+00:00","remoteAddr":"123.123.123.123","user":"XXXXX","app":"webdav","method":"PROPFIND","url":"/remote.php/webdav","message":"syntax error, unexpected integer \"2023\"","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0","version":"27.0.2.1","exception":{"Exception":"ParseError","Message":"syntax error, unexpected integer \"2023\"","Code":0,"Trace":[{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php","line":34,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":582,"args":["/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php"],"function":"include"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/Application.php","line":129,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":171,"function":"OCA\\DAV\\AppInfo\\{closure}","class":"OCA\\DAV\\AppInfo\\Application","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/pimple/pimple/src/Pimple/Container.php","line":122,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":138,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":488,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/app/www/public/lib/private/ServerContainer.php","line":155,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":65,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":148,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":107,"function":"populate","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php","line":207,"function":"getAppPlugins","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"OCA\\DAV\\Connector\\Sabre\\{closure}","class":"OCA\\DAV\\Connector\\Sabre\\ServerFactory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/config/www/nextcloud/apps/dav/appinfo/v1/webdav.php","line":85,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/remote.php","line":172,"args":["/config/www/nextcloud/apps/dav/appinfo/v1/webdav.php"],"function":"require_once"}],"File":"/config/www/nextcloud/apps/dav/lib/CalDAV/Integration/ICalendarProvider.php","Line":71,"message":"syntax error, unexpected integer \"2023\"","exception":{},"CustomMessage":"syntax error, unexpected integer \"2023\""}}


{"reqId":"RVbQcR6pplLJfEBy8LPj","level":3,"time":"2023-09-14T20:01:32+00:00","remoteAddr":"123.123.123.123","user":"XXXXX","app":"webdav","method":"PROPFIND","url":"/remote.php/dav","message":"syntax error, unexpected integer \"2023\"","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0","version":"27.0.2.1","exception":{"Exception":"ParseError","Message":"syntax error, unexpected integer \"2023\"","Code":0,"Trace":[{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php","line":34,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":582,"args":["/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php"],"function":"include"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/Application.php","line":129,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":171,"function":"OCA\\DAV\\AppInfo\\{closure}","class":"OCA\\DAV\\AppInfo\\Application","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/pimple/pimple/src/Pimple/Container.php","line":122,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":138,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":488,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/app/www/public/lib/private/ServerContainer.php","line":155,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":65,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":148,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":107,"function":"populate","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":347,"function":"getAppPlugins","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"OCA\\DAV\\{closure}","class":"OCA\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":364,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/config/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/app/www/public/remote.php","line":172,"args":["/config/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/config/www/nextcloud/apps/dav/lib/CalDAV/Integration/ICalendarProvider.php","Line":71,"message":"syntax error, unexpected integer \"2023\"","exception":{},"CustomMessage":"syntax error, unexpected integer \"2023\""}}
{"reqId":"oU5aG1pchtcixl4dcdHw","level":3,"time":"2023-09-14T20:01:32+00:00","remoteAddr":"123.123.123.123","user":"XXXXX","app":"webdav","method":"PROPFIND","url":"/remote.php/dav","message":"syntax error, unexpected integer \"2023\"","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0","version":"27.0.2.1","exception":{"Exception":"ParseError","Message":"syntax error, unexpected integer \"2023\"","Code":0,"Trace":[{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php","line":34,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":582,"args":["/config/www/nextcloud/apps/dav/lib/CalDAV/AppCalendar/AppCalendarPlugin.php"],"function":"include"},{"file":"/app/www/public/lib/composer/composer/ClassLoader.php","line":433,"function":"Composer\\Autoload\\{closure}","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/Application.php","line":129,"function":"loadClass","class":"Composer\\Autoload\\ClassLoader","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":171,"function":"OCA\\DAV\\AppInfo\\{closure}","class":"OCA\\DAV\\AppInfo\\Application","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/pimple/pimple/src/Pimple/Container.php","line":122,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":138,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":488,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/app/www/public/lib/private/ServerContainer.php","line":155,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/app/www/public/lib/private/AppFramework/Utility/SimpleContainer.php","line":65,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":148,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/AppInfo/PluginManager.php","line":107,"function":"populate","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":347,"function":"getAppPlugins","class":"OCA\\DAV\\AppInfo\\PluginManager","type":"->"},{"file":"/app/www/public/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"OCA\\DAV\\{closure}","class":"OCA\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/app/www/public/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":364,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/config/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/app/www/public/remote.php","line":172,"args":["/config/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/config/www/nextcloud/apps/dav/lib/CalDAV/Integration/ICalendarProvider.php","Line":71,"message":"syntax error, unexpected integer \"2023\"","exception":{},"CustomMessage":"syntax error, unexpected integer \"2023\""}}

 

Aktuell habe ich leider keine Idee, wo ich da ansetzen muss.

 

Vielleicht kann mir ja jemand auf die Sprünge helfen.

 

Hylli

 

Edited by hylli
gelöst durch Update Nextcloud

Solved by hylli

  • Author
  • Solution

Heute gab es das Update auf Nextcloud Hub 6 (27.1.0) und wie von Zauberhand funktioniert nun wieder alles!

 

Hylli

  • hylli changed the title to [gelöst] Seit geraumer Zeit Probleme mit Nextcloud

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.