# Is using the full app embed on another domain possible?

**URL:** https://meta.discourse.org/t/is-using-the-full-app-embed-on-another-domain-possible/402180
**Category:** Support
**Tags:** embedding
**Created:** [4 mei 2026 om 23:12 UTC](https://meta.discourse.org/t/is-using-the-full-app-embed-on-another-domain-possible/402180 "2026-05-04T23:12:38Z")
**Posts on this page:** 1
**Showing post:** 3

<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 mei 2026 om 00:35 UTC](https://meta.discourse.org/t/is-using-the-full-app-embed-on-another-domain-possible/402180/3 "2026-05-05T00:35:34Z")

</div>

Enter the rails console and set the same site cookie to none.

```plaintext
cd /var/discourse
./launcher enter app
rails c
SiteSetting.same_site_cookies = "None"

```

---

_[View the full topic](https://meta.discourse.org/t/is-using-the-full-app-embed-on-another-domain-possible/402180)._
