When rebulding Discourse I get the following error:
rake aborted!
ArgumentError: Invalid route name, already in use: 'discourse_user_notes' (ArgumentError)
You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
https://guides.rubyonrails.org/routing.html#restricting-the-routes-created
raise ArgumentError, "Invalid route name, already in use: '#{name}' \n" \
I understood that discourse_user_notes is now included in the core. Did something go wrong in this process?
This plugin is now bundled with Discourse core as part of Bundling more popular plugins with Discourse core. If you are self-hosting and use the plugin, you need to remove it from your app.yml before your next upgrade.
@Roi sorry you had a poor experience today. Once you remove the plugin from your app.yml you will find the problem will go away and you will be able to rebuild.
Perhaps a silly question, but do you have discourse-staff-notes in your app.yml? That’s what I had in mine if I recall correctly. That’s the old name for the plugin.