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.
이모지 팩 설정에 따라 외관이 달라지는 점은 다소 혼란스럽기도 합니다. 저는 커스텀 아이콘 세트를 사용하지 않는 모든 포럼에서 이러한 아이콘이 동일하게 보이는 것에 익숙합니다.
또한, 아이콘은 색상 스킴에 맞게 적응할 수 있지만, 이모지는 그럴 수 없습니다. 저도 변경을 지지하며, 아마도 user-pen으로 바뀌어야 할 것입니다.