Hi,
Yeah, based on what you’ve described, this looks like a classic connector ID mismatch. The key red flag is that the connector isn’t even showing up in the dropdown in the Default Solution that usually means the connection reference is pointing to a connector instance that the environment can’t resolve at all.
At that point, the “repair” approach won’t really work because there’s nothing for it to bind to.
In this situation, redeploying is honestly the safest and most reliable fix. I’d go with a staged approach:
- First deploy the custom connector on its own (as a prerequisite)
- Make sure it’s fully available and you can create/use connections
- Then import your main managed solution with the connection reference and flows
That way the connection reference binds correctly during import.
Unfortunately, since it’s a managed solution, there’s no supported way to rebind or fix the reference if it’s already pointing to the wrong connector ID and not resolving in the environment.
For future deployments, it’s definitely worth separating the connector into its own solution and importing it first avoids this exact issue.