After the update,there was an error and the forum is not functioning properly

the laest log is as follows:

59

ActionView::Template::Error (unknown attribute ‘external_plugin_imports’ for JavascriptCache.) app/models/theme.rb:225:in ‘Theme#update_javascript_cache!’ app/models/theme.rb:485:in 'block (2 levels)

12:38 pm

252

Job exception: ERROR: column “source” does not exist LINE 10: AND source = 1 ^ HINT: Perhaps you meant to reference the column “browser_pageview_events.score”.

12:45 pm

209

ActionView::Template::Error (unknown attribute ‘external_plugin_imports’ for JavascriptCache.) app/models/theme.rb:225:in ‘Theme#update_javascript_cache!’ app/models/theme.rb:485:in 'block (2 levels)

12:50 pm


And the front end of the forum has changed like this:

Try a ./launcher rebuild app again from the command-line. Does that help?

Think it’s missing migrations so Nate’s answer should help.

Or to be faster and only migrate: ./launcher run app bundle exec rake db:migrate

and then only restart ./launcher restart app