Duplicating app links both the apps

  • Goal: I want to create a duplicate of an existing app so that I can serve it in two different places independently of each other.

  • Steps: I have tried the following two ways:

  • 1] Directly clicking on ... -> "duplicate" on the apps page

  • 2] Exporting app as json. Creating a new app and importing the json

  • Details: Issue is that since I want to serve both the apps separately, the REST API queries of the second app should send requests to different IP compared to the query in the first app. However, after duplicating as above, making changes to the url in one app causes the url to change in the other app too. I cannot set them independently.