gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Uncaught Error: Could not find module `@popperjs/core` #75

Closed DoomDesign closed 3 years ago

DoomDesign commented 3 years ago

Expected behaviour: The reaction picker should be shown under each post.

Actual behaviour: The retort picker is not visible in any post and a console error is thrown instead.

We recently updated our forum to 2.5.1 stable, then installed the retort plugin for the very first time. The plugin seems to by installed correctly, I can access its settings and everything. But inside threads, there is no reaction picker.

This JS error is thrown in the console: 2020-09-09_15-01-16

angusmcleod commented 3 years ago

@DoomDesign Thank you for this. Turned out to be an incorrect filename 🤯. Now resolved: https://github.com/gdpelican/retort/commit/95fa9d872466c4b37c45a73afed4230ed3580708

Also, I've set up a public staging server running stable that includes this plugin (partly as a result of this issue). See: https://stable.try.thepavilion.io/

DoomDesign commented 3 years ago

Thank you, it is working now!

cfstras commented 3 years ago

Just did a rebuild of our Forum... Retort is at 95fa9d8 (Discourse stable v2.5.2), but we still get this error in the console and no retorts:

grafik

cfstras commented 3 years ago

Just verified: The filename got corrected, but the issue seems to persist. I noticed there is no entry for 2.5.2, only for 2.5.1. Can I assume adding that version should fix it?

cfstras commented 3 years ago

Fixed it: (running on our forum and working) https://github.com/gdpelican/retort/pull/77