TL;DR - The canvas app in a managed solution imported to our Prod environment is pointing to our dev Custom Connectors since it was developed in our dev environment. I need to edit it to have it use the prod environment's Custom Connector.
I have two environments: Dev and Prod. I developed the canvas app in a solution and the Custom Connector outside of the solution, both in the dev environment. The Custom Connector is outside of the solution because Custom Connectors within solutions cannot be shared with email-enabled security groups, only individuals, which isn't viable for us. I export my solution as managed and then import it to my Prod environment. I then created a Custom Connector in the Prod environment that will point to our prod API endpoints.
I'm realizing the problem is that because this is now a managed solution, I can't edit my canvas app. The edit button is grayed out. The canvas app is imported into Prod with my queries pointing to the dev Custom Connectors (which point to our dev API endpoints). I need to go in to the canvas app and add the prod Custom Connector as a data source and change the queries to point to the prod Custom Connector (which points to our prod API endpoint). How can I go about doing this? Should I just be exporting/importing as unmanaged solutions to get around this?
