Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: No. nothing but install some plugins, using the YunoHost instructions for installing Discourse plugins
Logs
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
P.S. is there not a ./launcher available, like apparently with the default Discourse install?
Describe the bug
When I enable the Shared Edits and then try to use it, I get an Internal Server Error
https://meta.discourse.org/t/enable-shared-edits-gives-internal-server-error-message/266281/3
Context
Logs
P.S. is there not a
./launcher
available, like apparently with the default Discourse install?