# "Show Full Post" button doesn't work in subfolder installations

**URL:** https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811
**Category:** Support
**Tags:** embedding, subfolder
**Created:** [9 december 2025 om 18: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:** 24

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [17 december 2025 om 08:54 UTC](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811/24 "2025-12-17T08:54:29Z")

</div>

Did you edit the output before you shared it? Just looking at the `embed_url` value it’s

```plaintext
“``https://tecnoblog.net/noticias/paramount-oferece-us-108-bilhoes-em-dinheiro-para-tomar-warner-da-netflix”``

```

Could you just run the same command again, but this time:

```plaintext
./launcher enter app
rails c
TopicEmbed.find_by(topic_id: 157441).embed_url

```

If what you shared is indeed the value of `embed_url` in your db, then that is the issue, and I’ll make a small PR to `discourse/discourse` to handle edge cases like this where the `embed_url` has ended up in a malformed state.

[https://github.com/discourse/discourse/pull/36753](https://github.com/discourse/discourse/pull/36753)

---

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