# 서브폴더 설치에서 「전체 게시물 보기」 버튼이 작동하지 않음

**URL:** https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811
**Category:** Support
**Tags:** embedding, subfolder
**Created:** [12월 9, 2025, 6:21오후 UTC](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811 "2025-12-09T18:21:00Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [12월 9, 2025, 7:12오후 UTC](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811/2 "2025-12-09T19:12:26Z")

</div>

> [@Thiago\_Mobilon](#):
>
> 브라우저에서 임베드 URL에 직접 액세스하면 404 오류가 반환됩니다:

이것은 관련이 없습니다. 이 라우트는 `application/json` 콘텐츠 타입으로만 응답합니다. [https://tecnoblog.net/comunidade/posts/483289/expand-embed.json](https://tecnoblog.net/comunidade/posts/483289/expand-embed.json) 은 다음을 반환하고 있습니다.

```javascript
"<div><div></div></div>\n<hr>\n<small>Este é um tópico de discussão auxiliar para a entrada original em <a href='https://tecnoblog.net/noticias/paramount-oferece-us-108-bilhoes-em-dinheiro-para-tomar-warner-da-netflix'>https://tecnoblog.net/noticias/paramount-oferece-us-108-bilhoes-em-dinheiro-para-tomar-warner-da-netflix</a></small>\n"

```

`<div><div></div></div>` 가 콘텐츠여야 합니다.

혹시 블로그 URL도 변경하셨나요?

> <https://github.com/discourse/discourse/blob/71834c898f2f3f5d11df3db6f9a5bab12acbccaa/app/models/topic_embed.rb#L350-L360>

원박스(Onebox) 표시도 이상하게 느껴집니다. 캐시된 절단된 콘텐츠가 있어야 할 것 같아서, 위의 조건문에서 `body.present?` 가 false라고 가정하고 있습니다.

Rails 콘솔에 진입하여 `TopicEmbed.where(topic_id: 157441).pick(:embed_url)` 이 올바른 블로그 콘텐츠 URL을 표시하는지 확인해 주시겠어요?

[https://tecnoblog.net/comunidade/logs](https://tecnoblog.net/comunidade/logs) 에서 관련 오류를 발견할 수 있나요?

---

_[View the full topic](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811)._
