# 기본 페이지에서 로고를 클릭해도 페이지가 로드되지 않습니다

**URL:** https://meta.discourse.org/t/clicking-on-logo-from-default-page-view-fails-to-load-page/214029
**Category:** Bug
**Created:** [1월 6, 2022, 10:51오전 UTC](https://meta.discourse.org/t/clicking-on-logo-from-default-page-view-fails-to-load-page/214029 "2022-01-06T10:51:16Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [1월 7, 2022, 2:16오후 UTC](https://meta.discourse.org/t/clicking-on-logo-from-default-page-view-fails-to-load-page/214029/6 "2022-01-07T14:16:18Z")

</div>

이 PR이 병합되면 수정될 것입니다:

> <https://github.com/discourse/discourse/pull/15489>
>
> 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

---

_[View the full topic](https://meta.discourse.org/t/clicking-on-logo-from-default-page-view-fails-to-load-page/214029)._
