# Infinite spinner /about on private forum when logged out

**URL:** https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506
**Category:** Bug
**Created:** [3월 6, 2017, 11:23오후 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506 "2017-03-06T23:23:28Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Steve\_Pavlina](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steve_pavlina/32/170086_2.png) [@Steve\_Pavlina](https://meta.discourse.org/u/Steve_Pavlina)
#### Post date: [3월 6, 2017, 11:23오후 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/1 "2017-03-06T23:23:28Z")

</div>

When I’m logged out of a private Discourse forum, I can still view /faq (or /guidelines), /tos, and /privacy. Is it the intended behavior for non-members to be able to view such pages for a private forum? It seems questionable to make these pages public. Some private forums may still want to keep their guidelines private.

Second, those three pages link to /about (especially the /faq page which has multiple links to /about), but when I click to visit /about while logged out, I get an infinite spinner page that never finishes loading. Perhaps these links should redirect back to the home page, inviting people to log in, or the About links could be removed for a private forum. This /about page shouldn’t be displayed for non-members since then it would reveal some forum stats.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [3월 6, 2017, 11:24오후 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/2 "2017-03-06T23:24:05Z")

</div>

Hmm, not sure, @techAPJ could you have a look?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [3월 6, 2017, 11:30오후 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/3 "2017-03-06T23:30:53Z")

</div>

This has come up before:  
[https://meta.discourse.org/t/viewing-privacy-policy-without-logging-in/40306?u=jomaxro](https://meta.discourse.org/t/viewing-privacy-policy-without-logging-in/40306)

---

<div class="post-metadata">

### Author: ![Steve\_Pavlina](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steve_pavlina/32/170086_2.png) [@Steve\_Pavlina](https://meta.discourse.org/u/Steve_Pavlina)
#### Post date: [3월 6, 2017, 11:43오후 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/4 "2017-03-06T23:43:56Z")

</div>

I can edit /faq to remove the links to /about in the body text, but is there a way to remove the **About** link from the menu at the top of /faq, /tos, and /privacy? Seems iffy to show that link in the menu if the page can’t be visited by logged out users.

For some reason I’m now seeing the /about page redirect to the login page, even though I haven’t changed anything. Can’t seem to reproduce the infinite spinner I was getting, though it was happening repeatedly earlier. _Correction:_ It’s still happening intermittently, and it happens in multiple browsers. And another tester is seeing bizarre redirections from /about to different URLs.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [3월 7, 2017, 9:40오전 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/5 "2017-03-07T09:40:46Z")

</div>

> [@Steve\_Pavlina](#):
>
> Is it the intended behavior for non-members to be able to view such pages for a private forum?

There is currently no logic/code in place that indicates that those 3 pages should not be shown for private (login required) forum. So yes, it’s the intended behavior.

> [@Steve\_Pavlina](#):
>
> when I click to visit /about while logged out, I get an infinite spinner page that never finishes loading.

I can repro this, it’s a valid bug. I will fix this so `/about` link will not be visible on header for private forum. And, going to `/about` link directly will redirect anonymous user to login page.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [3월 8, 2017, 7:48오전 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/6 "2017-03-08T07:48:17Z")

</div>

> [@techAPJ](#):
>
> I will fix this so /about link will not be visible on header for private forum. And, going to /about link directly will redirect anonymous user to login page.

Done via:

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

Thanks for reporting this issue @Steve_Pavlina 👍

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [3월 8, 2017, 10:36오전 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/9 "2017-03-08T10:36:59Z")

</div>

@codinghorror suggested that FAQ/Guidelines page should be hidden from anonymous users for private forums. That is now done via:

[https://github.com/techAPJ/discourse/commit/801b5838e12498c7ce8d28139841d06e6c921ab4](https://github.com/techAPJ/discourse/commit/801b5838e12498c7ce8d28139841d06e6c921ab4)

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [3월 9, 2017, 4:17오전 UTC](https://meta.discourse.org/t/infinite-spinner-about-on-private-forum-when-logged-out/58506/10 "2017-03-09T04:17:29Z")

</div>


