Copy app to different account with no downtime

I have a production app on an account and I want to copy it over to my business account. The copying part is straightforward but the domain switchover isn’t.

How can I switch the domain over so that there is no (or minimal) downtime for my customers? Can I just remove the domain from the old app and add it to the new one?

1 Like

Yes, you can :slightly_smiling_face:

4 Likes

Curious, are you just using a reverse proxy for routing the traffic from custom domains to app IDs? So once it is done for one app, it can easily be switched to another app?