Hi,
I created a SMTP connection reference in my solution that I move around from dev - prod environments. My app and tables are within the same solution. One account's credentials are used to send mails within the app, and this works. In all environments the SMTP connector is shared with the whole organization.
Issue: whenever I move my solution to another environment the app will not be connected to the SMTP connector. This basically breaks my app: app will not start and give the error message "your app was not installed correctly, missing connectionreference". Everytime I move the solution I have to edit the app within the environment it was moved to , re add the connector there, and publish. Creating an unmanaged layer over my managed app layer.
Is moving connectors through solutions bugged out? Never had this issue with e.g. dataverse connector, the Mail connector, AD connector, sharepoint connectors.
BTW, same behavior I have seen with flows that are added in the dev environment and moved as solution to other environments.
regards,
LG