Also got the following errors for every action attempted:
Error: the 'event-rsvp' modal needs updating to work with the latest version of Discourse
Error: the 'add-event' modal needs updating to work with the latest version of Discourse. See https://meta.discourse.org/t/268057.
Please let me know if you need more information about this.
We are aware of this issue. The events plugin is not compatible with Ember5 at the moment. We currently do not have the bandwidth to resolve this issue.
You can work around this issue for now by adding EMBER_VERSION=3 to your app.yml. We recommend staying on stable as well for now.
I wouldn’t mind taking a look at this issue and trying to figure out a fix. Do you have a sense for what would be involved to make the plugin compatible with Ember 5?
I have minimal Discourse dev experience and haven’t worked with Ember before, but I have nearly 10 years experience with Rails and JavaScript more generally.
I’d love to see this plugin working for the latest version, so please let me know how I can help.
This outlines the Ember 5 migration:
It’s looking like this is the guide to follow to address this issue.
I couldn’t find any plugin development guides or docs in the repo or here on the Pavilion discourse. Any suggestions? The best general resource I’ve found so far is this guide series on Meta.