I have an app that is published to the marketplace. I need to change the development site so as when I run forge deploy -e development, it deploys to a new development site. Any ideas on how to do this? It seems the app id in manifest.xml is somehow linked to the development website?
You can change the development site by updating the manifest.xml file. The app ID in manifest.xml is indeed linked to your current development environment. To switch to a new development site, you’ll need to create a new app ID for the new site and update the manifest.xml accordingly. After doing this, when you run forge deploy -e development, it should deploy to your new development site.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.