Bug? forum issues

So:

All i did was hit update all then i went to check the logs then went to admin on a user then hit back to forum and got this message.

What happened?

Edit

Just opened it in a new tab and it worked what’s happening?

Check your /logs page?

Here you go with the most recent logs

There seem to be two different things in those logs.

The ActionView::Template::Error / Propshaft lines about a missing chunk...js asset may explain why this happened immediately after “update all” and then worked in a new tab. That looks like an old tab trying to load an asset filename that no longer exists after the update/rebuild.

The separate line:

NameError (uninitialized constant ReactionsSerializerHelpers) app/serializers/post_stream_serializer_mixin.rb:31:in 'PostStreamSerializerMixin#post_stream'

looks like the bundled discourse-reactions issue I reported here:

I also opened a PR here:

So I would treat the Propshaft asset error as likely stale-tab/update fallout, and the ReactionsSerializerHelpers error as a separate backend reactions-plugin issue.

1 Like