Sto utilizzando l’immagine Docker Bitnami/Discourse che so non essere una release ufficialmente supportata dal team Discourse, ma ho riscontrato un problema con la versione 3.0.1.
Quando si utilizza il plugin discourse-local-dates, impostato abilitando discourse local dates enabled, il sito non viene caricato ed emette un errore tiippy:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_tippy')
Qualcuno ha già riscontrato questo problema?
Ribadisco, so che l’immagine che sto utilizzando non è ufficialmente supportata, ma qualsiasi aiuto sarebbe molto apprezzato.
Sto riscontrando lo stesso problema durante l’aggiornamento dal chart Helm bitnami/discourse v8.1.8 a 10.0.5. Ad esempio, vedo che forum.example.com/fake restituisce un messaggio di pagina non trovata, ma forum.example.com è una schermata vuota con il seguente log della console del browser:
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.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 Grazie per il suggerimento di disabilitare il plugin discourse-local-dates. Speriamo che il mio team non abbia effettivamente bisogno di quel plugin…