ich verwende das Bitnami/Discourse Docker-Image, von dem ich weiß, dass es keine offiziell unterstützte Version des Discourse-Teams ist, bin aber auf ein Problem mit der Version 3.0.1 gestoßen.
Bei Verwendung des Plugins discourse-local-dates – eingestellt durch Aktivieren von discourse local dates enabled – schlägt die Website fehl und gibt einen tiippy-Fehler aus:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_tippy')
Hat das schon jemand gesehen?
Ich weiß noch einmal, dass das von mir verwendete Image nicht offiziell unterstützt wird, aber jede Hilfe wäre sehr willkommen.
Ich habe das gleiche Problem beim Upgrade von bitnami/discourse Helm Chart v8.1.8 auf 10.0.5. Ich sehe, dass forum.example.com/fake eine Meldung wie „Seite nicht gefunden“ anzeigt, aber forum.example.com ist ein leerer Bildschirm mit der folgenden Konsolenausgabe des Browsers:
popover.js:43
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_tippy')
at e.hidePopover (d-popover.js:43:1)
at b (index.js:209:1)
at e.trigger (evented.js:112:1)
at a.routeWillChange (router.js:177:1)
at a.notifyExistingHandlers (router_js.js:1721:1)
at a.getTransitionByIntent (router_js.js:1324:1)
at a.transitionByIntent (router_js.js:1247:1)
at a.doTransition (router_js.js:1366:1)
at a.handleURL (router.js:1760:1)
at e._doURLTransition (router.js:388:1)
at e.handleURL (router.js:384:1)
at e.handleURL (mapping-router.js:20:1)
at e.r [as handleURL] (index.js:388:1)
at e.startRouting (router.js:301:1)
at e.startRouting (instance.js:135:1)
at e.didBecomeReady (application.js:653:1)
at p.invoke (queue.ts:201:14)
at p.flush (queue.ts:98:13)
at h.flush (deferred-action-queues.ts:75:19)
at q._end (index.ts:616:32)
at _boundAutorunEnd (index.ts:257:12)
@stevejr Danke für den Tipp, das Plugin discourse-local-dates zu deaktivieren. Hoffen wir, dass mein Team dieses Plugin nicht wirklich benötigt…