# 중첩 답변과 게시물 투표 활성화 시 오류 발생

**URL:** https://meta.discourse.org/t/error-occur-when-enable-nest-replies-and-post-voting/403696
**Category:** Bug
**Tags:** post-voting, nested-replies
**Created:** [5월 23, 2026, 2:15오후 UTC](https://meta.discourse.org/t/error-occur-when-enable-nest-replies-and-post-voting/403696 "2026-05-23T14:15:14Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [5월 26, 2026, 3:59오후 UTC](https://meta.discourse.org/t/error-occur-when-enable-nest-replies-and-post-voting/403696/5 "2026-05-26T15:59:46Z")

</div>

이거 보셨나요?

> <https://github.com/discourse/discourse/pull/40187>
>
> When posting a post-voting topic using \`discourse-post-voting\` plugin, and openi…ng it in nested view, the page render failed.
> 
> In devcontainer, the page throw an unrecoverable render error.
> 
> And in production, the server returned 500 error.
> 
> This issue stems from the \`shouldRender\` reading \`topicPageQueryParams\` unguarded, in nested view, the connector failed. This commit solved this by adding a guard to that.
> 
> Also add some specs to avoid regression.
> 
> Before:
> 
> \<img width="1917" height="912" alt="image" src="https://github.com/user-attachments/assets/1ebb901f-a3c6-43a5-8a72-76cb7bae13be" /\>
> 
> After:
> 
> \<img width="1917" height="926" alt="image" src="https://github.com/user-attachments/assets/a35ef924-5481-475b-8ca1-88557fe437b6" /\>
> 
> Also solved an issue preventing the textarea triggered by clicking \`Add a comment\` button from focusing in nested view.

---

_[View the full topic](https://meta.discourse.org/t/error-occur-when-enable-nest-replies-and-post-voting/403696)._
