Ist auf zwei meiner Foren nach dem letzten Update passiert (sowohl auf dem Desktop als auch auf dem Handy) und ich kann es hier auf Meta reproduzieren.
7 „Gefällt mir“
Bei mir ist es auch so. (Android/Chrome)
1 „Gefällt mir“
pfaffman
(Jay Pfaffman)
6. Januar 2022 um 15:05
3
Ich bestätige das auch. Klicken Sie einmal auf das -Logo, um zur Startseite zu gelangen, und dann noch einmal, und es lädt für immer.
2 „Gefällt mir“
Verstanden, bestätigt (neueste Edge-Version) und auf einer meiner kürzlich aktualisierten Websites.
2 „Gefällt mir“
Ich kann bestätigen, dass ich dies nicht reproduzieren konnte, dann aber nach dem Upgrade durch diese Commits:
david
(David Taylor)
7. Januar 2022 um 14:16
6
Sollte mit diesem PR behoben sein, sobald er zusammengeführt wurde:
main ← discovery-topics-refresh
opened 01:41PM - 07 Jan 22 UTC
Before 6e0e6014, the flow looked something like:
1. `discovery/topics` contro… ller (which extends `discovery` controller) `afterRefresh()` calls `.send("loadingComplete")`
2. Bubbles to [`discovery` route](https://github.com/discourse/discourse/blob/554ff07786a81ed55c902c074d5ba787cfda0a3b/app/assets/javascripts/discourse/app/routes/discovery.js#L58)
3. Discovery route calls `controllerFor('discovery').loadingComplete()`. `loading` is set false, and the spinner disappears
Now that `discovery/topics` defines `loadingComplete` as an action, the `discovery/topics` controller runs its own `loadingComplete` handler logic in step 1, and the action does not bubble any further.
This commit adds action overrides in `discovery/topics`, so that the new actions only apply to the main `discovery` controller. The need for this does suggest some more radical refactoring is required, but these are very critical routes, and we are very close to a major release.
Meta topic: https://meta.discourse.org/t/topic-list-loads-forever-in-some-circumstances/214042
8 „Gefällt mir“
david
(David Taylor)
7. Januar 2022 um 18:13
7
Das wurde hier auf Meta zusammengeführt und bereitgestellt. Wenn Sie Ihre Instanzen auf die neuesten Tests aktualisieren, sollte es viel besser funktionieren. Danke für die Berichte an alle!
4 „Gefällt mir“
Auf einer meiner Websites funktioniert es, danke David!!
2 „Gefällt mir“
david
(David Taylor)
Geschlossen,
10. Januar 2022 um 08:00
9
Dieses Thema wurde nach 2 Tagen automatisch geschlossen. Neue Antworten sind nicht mehr möglich.