# Redirect for specific page after subscription

**URL:** https://meta.discourse.org/t/redirect-for-specific-page-after-subscription/283042
**Category:** Support
**Tags:** subscriptions
**Created:** [October 23, 2023, 1:03am UTC](https://meta.discourse.org/t/redirect-for-specific-page-after-subscription/283042 "2023-10-23T01:03:32Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![WolfTechnology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wolftechnology/32/334278_2.png) [@WolfTechnology](https://meta.discourse.org/u/WolfTechnology)
#### Post date: [October 23, 2023, 1:10am UTC](https://meta.discourse.org/t/redirect-for-specific-page-after-subscription/283042/2 "2023-10-23T01:10:50Z")

</div>

Hi Rafael, try reading this post and the comments below the it.

> [@Redirect to page after purchase](https://meta.discourse.org/t/redirect-to-page-after-purchase/239146):
>
> I have add\_model\_callback(DiscourseSubscriptions::Customer, :after\_save) do ... in a plugin. Most purchases result in a “server” (a custom model) being created. Today, I’ve managed to learn how to make other places where a server gets created transition to the page to configure the new server, with something like Server.createServer(server).then((result) =\> { if (result.server) { this.get("servers").pushObject(EmberObject.create(result.server)); const id = res…

Let me know if this helps!

---

_[View the full topic](https://meta.discourse.org/t/redirect-for-specific-page-after-subscription/283042)._
