# Bug? forum issues

**URL:** https://meta.discourse.org/t/bug-forum-issues/403672
**Category:** Support
**Created:** [May 22, 2026, 10:25pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672 "2026-05-22T22:25:22Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [May 22, 2026, 10:25pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/1 "2026-05-22T22:25:22Z")

</div>

So:

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/3/b/63b4a74e8ad7a1943c4992595f8b868f5e36d784.png)

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?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [May 23, 2026, 2:38am UTC](https://meta.discourse.org/t/bug-forum-issues/403672/2 "2026-05-23T02:38:56Z")

</div>

Check your /logs page?

---

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [May 23, 2026, 1:59pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/3 "2026-05-23T13:59:38Z")

</div>

Here you go with the most recent logs

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/8/c/38c46ff1ea2770c4fa7232e8b4d76ad3dfa6a120.png)

---

<div class="post-metadata">

### Author: ![Ethsim2](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ethsim2/32/522255_2.png) [@Ethsim2](https://meta.discourse.org/u/Ethsim2)
#### Post date: [May 23, 2026, 2:24pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/4 "2026-05-23T14:24:25Z")

</div>

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:

```plaintext
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:

> [@NameError: uninitialized constant ReactionsSerializerHelpers when loading topic posts](https://meta.discourse.org/t/nameerror-uninitialized-constant-reactionsserializerhelpers-when-loading-topic-posts/403692/1):
>
> my Discourse version is 2026.5.0-latest.1 ([fbcbdc46d8](https://github.com/discourse/discourse/commits/fbcbdc46d816861425738b4c8bd39cca4605188d)) I am seeing repeated /logs errors when loading topic posts. The error appears to come from the bundled discourse-reactions plugin while serializing the post stream. The site reports the message as 8 copies reported. I checked the compare range below, but it does not look like it touches the failing backend code path, so I am reporting this separately: play_button Error message from /logsplay_button Backtrace from /logs What appears to be happening The er…

I also opened a PR here:

[https://github.com/discourse/discourse/pull/40255](https://github.com/discourse/discourse/pull/40255)

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.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [May 23, 2026, 8:36pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/5 "2026-05-23T20:36:03Z")

</div>

You’ll need to rebuild from the command line.

---

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [May 26, 2026, 11:00pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/6 "2026-05-26T23:00:23Z")

</div>

Explain what you mean by that?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [May 26, 2026, 11:37pm UTC](https://meta.discourse.org/t/bug-forum-issues/403672/7 "2026-05-26T23:37:19Z")

</div>

```plaintext
cd /var/discourse
./launcher rebuild app

```

It’s easier for me to type than to do a search and find a topic explaining it. 😿
