# New posts/replies do not appear in real-time; manual refresh required

**URL:** https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710
**Category:** Support
**Tags:** fixed
**Created:** [April 15, 2026, 3:44pm UTC](https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710 "2026-04-15T15:44:27Z")
**Posts on this page:** 4
**Page:** 1

<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: [April 15, 2026, 3:44pm UTC](https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710/1 "2026-04-15T15:44:27Z")

</div>

## Summary

In our Discourse instance, new posts and replies in topics are not appearing automatically. Users must manually refresh the page to see later posts, despite being actively viewing the topic.

This appears to be a regression in real-time updates (MessageBus/WebSocket/polling), as no themes, plugins, or custom components are installed.

* * *

Environment  
• Discourse version: 2026.4.0-latest (9776b417b8)  
• Hosting: self-hosted  
• Custom theme: default

* * *

## Steps to Reproduce

```
1.	Open a topic in one browser/session
2.	Open the same topic in another session/user account
3.	Post a new reply in the topic
4.	Observe the original session

```

* * *

## Expected Behavior

New posts should appear in real-time without requiring a manual page refresh (via MessageBus updates / live topic updates).

* * *

## Actual Behavior

New posts do not appear in the open topic view.  
They only appear after:  
• Manual browser refresh (F5 / reload), or  
• Navigating away and back to the topic

* * *

## Notes / Observations

```
•	No custom plugins or themes that could interfere
•	Appears consistent across users/sessions
•	Issue affects visibility of later posts in a topic thread specifically
•	Suggests possible regression or failure in:
•	`MessageBus` subscription handling
•	`/message-bus/ long polling / websocket` fallback
•	topic update stream (`topic:reload`, `post:created`) propagation

```

* * *

## Impact

```
•	Breaks real-time discussion flow
•	Causes users to miss new replies unless they refresh
•	Creates confusion about whether posting succeeded or not

```

* * *

## Request

Could you please confirm whether there is a known regression affecting real-time topic updates in recent builds, or advise on what subsystem to inspect (MessageBus, polling fallback, etc.)?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 16, 2026, 12:03am UTC](https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710/2 "2026-04-16T00:03:13Z")

</div>

Are you behind a proxy such as cloudflare etc?

---

<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: [April 16, 2026, 7:33am UTC](https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710/3 "2026-04-16T07:33:41Z")

</div>

No - there is no proxy or CDN in front of the instance (no Cloudflare or similar).

This is a direct self-hosted setup with standard networking, so nothing external should be interfering with MessageBus/WebSocket or long-polling behaviour.

Given that, it seems less likely to be caused by intermediary caching or connection buffering, and more likely something internal to the real-time update mechanism itself (e.g. MessageBus subscription, polling fallback, or client-side handling in this build).

Happy to provide any logs (e.g. `/logs` , browser console, or `/message-bus/` requests) if that would help narrow it down.

---

<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: [April 19, 2026, 3:12pm UTC](https://meta.discourse.org/t/new-posts-replies-do-not-appear-in-real-time-manual-refresh-required/400710/4 "2026-04-19T15:12:12Z")

</div>

i confirm this is now working on [v2026.4.0-latest +289](https://github.com/discourse/discourse/commit/866ae39d4642f667eb75a663e672d0eaf32db595)

so the GitHub compare between this and when the bug was reported is

> **[Comparing 9776b417b8...866ae39d4642f667eb75a663e672d0eaf32db595 ·...](https://github.com/discourse/discourse/compare/9776b417b8...866ae39d4642f667eb75a663e672d0eaf32db595)**
>
> A platform for community discussion. Free, open, simple. - Comparing 9776b417b8...866ae39d4642f667eb75a663e672d0eaf32db595 · discourse/discourse

that shows the likely commit that fixed this bug

[https://github.com/discourse/discourse/commit/ccdb162ccefec3586cef5b69f63f503d71e8985b](https://github.com/discourse/discourse/commit/ccdb162ccefec3586cef5b69f63f503d71e8985b)
