Internal server error when trying to enable Shared Edits plugin

When I enable the Shared Edits and then try to use it, I get an Internal Server Error, and the log says a table is missing in the db.

ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR:  relation "shared_edit_revisions" does not exist
LINE 8:  WHERE a.attrelid = '"shared_edit_revisions"'::regclass
                            ^
)
app/controllers/application_controller.rb:387:in `block in with_resolved_locale'
app/controllers/application_controller.rb:387:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:361:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:198:in `call'

Failed to handle exception in exception app middleware : PG::UndefinedTable: ERROR:  relation "shared_edit_revisions" does not exist
LINE 8:  WHERE a.attrelid = '"shared_edit_revisions"'::regclass

Is there not a ./launcher available, like apparently with a standard Discourse install?

Plugin install method: GitHub - YunoHost-Apps/discourse_ynh: Discourse package for YunoHost

Any advice would be appreciated, thank you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.