惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

Discourse Meta - Latest posts

Horizon: High Context Topic Cards I'd like to ask what this file /var/www/discourse/vendor/data/RT_sRGB.icm is used for? Discourse to Markdown Plugin How to verify a subdomain (mysite.discourse.group) in Google Search Console? Reader Mode Publishing WordPress gallery posts on Discourse Discourse User Feedback New user filter by custom field and contact Interact with discourse from Python? Why we can't type the assignee in the search of a post to assign - home screen app Redis Flushall Category-toggled one-touch move post Some sort of variable to eliminate duplicate text? Why did this plugin replacement fail? Add user to list modal often appears above the mobile viewport sceen Creating/Editing a post on mobile: let's discuss the 2026 Discourse experience Wp-discourse feature request - do not show comments with specific tag? Are there any good Chinese plugins? Discourse ID and 2FA Discourse MCP is here! Sample Forum to See Admin Features? I am unable to register for a free Discourse site Wikipedia Lookup Add text for /login (like js.create_account.disclaimer for /signup) How can i set disable Markdown & Default to Rich Text What's the background image size for the Welcome Banner? How do I enable Associated Accounts with 2FA? Hamburger toggle Support <span data-attribute> in the rich editor Cannot disable read-only mode on Free Plan
Bug? forum issues
ice.d (discord ice) · 2026-05-23 · via Discourse Meta - Latest posts

So:

image

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?

Falco (Falco) 2

Check your /logs page?

ice.d (discord ice)

3

Here you go with the most recent logs

image

Ethsim2 (Ethan ) 4

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:

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.

pfaffman (Jay Pfaffman) 5

You’ll need to rebuild from the command line.

ice.d (discord ice) 6

Explain what you mean by that?

pfaffman (Jay Pfaffman) 7

cd /var/discourse
./launcher rebuild app

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