Hi,
I found a bug when I duplicate an application Appsmith which the steps are as below:
- Export the ‘source’ app as a JSON file.
- Import the JSON file as the ‘destination’ app.
- Change each query’s data source in the destination app (MongoDB in my case) (i.e. change from our PROD env to DEV data source which has different connection strings)
- The source app’s query’s data sources are also changed, which is not a desired action.
Both applications have the same data sources available (DEV and PROD connections to DB). I expect each application to have different settings for itself. But changing in one causes change in the other.