After upgrade every component is broken

I just did ./launcher rebuild without any errors and now I get admin-warning from every component.

Safe-mode doesn’t help here, meaning plugins don’t affect. Discourse doesn’t show any new error in the log (just long lasting ones, i.e. from ActivityPub and A scheduled admin dashboard problem check (upcoming_change_stable_opted_out) errored. : ArgumentError : wrong number of arguments (given 0, expected 1)).

Ideas?

What do you see in the browser developer console?

Nothing, I’m on iPad :face_with_peeking_eye:

This isn’t helpful, I guess?

Failed to load theme 483 from https://foorumi.katiska.eu/theme-javascripts/1f680a949b9ae2f9a2e59c27e0f6a9f61cead9aa.js?__ws=foorumi.katiska.eu Error {  }
r@webkit-masked-url://hidden/:27:166011
value@webkit-masked-url://hidden/:27:182883
@webkit-masked-url://hidden/:27:184904

Ok, here we go:

Seems like something went wrong with the theme compiler. I haven’t seen this before.

To re-try the compilation, you can do

./launcher enter app
rails c

then

Discourse.clear_all_theme_cache!

If that still doesn’t work, then I’d try another launcher rebuild, and then retry that rails c command.

I’m using every time ./launcher rebuild — webUI failed me few times a couple years back :joy:

But clearing cache did the job, at the moment anyway.

I had 503 issues earlier after rebuilding. When I started disable components, the issue vanished at some point, but there wasn’t any evidence of broken TC. I had feeling that when opening my forum took longer than normal, it was clear sign that things were ok again. Sometimes it needed more disabled components, sometime just three was needed. All of that started perhaps a month ago. But because no one else reported similar issues, I knew I was the only one :man_shrugging: