Issue with discourse-local-dates plugin and tippy error

Hi,

I am using the Bitnami/Discourse docker image which I know is not an officially supported release from the Discourse team but have hit an issue with the 3.0.1 version.

When using the discourse-local-dates plugin - set by enabling discourse local dates enabled the site fails to load and emits a tiippy error:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_tippy')

Has anyone seen this before?

Again, I know the image I am using is not officially supported but any help would be greatly appreciated.

I am encountering the same issue upgrading from bitnami/discourse Helm chart v8.1.8 to 10.0.5. I can see forum.example.com/fake gives me a page not found message for example but forum.example.com is a blank screen with browser console log:

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 Thanks for the tip about disabling the discourse-local-dates plugin. Let’s hope my my team doesn’t actually need that plugin…

Also for others to reference, here is the GitHub issue with more discussion.