I have a canvas app embedded on a model-driven app form via a custom field. I deployed that app to another env via solution transport. This created a new version of the app with a new ID.
However, the app is not showing on my form in the new environment. Instead I get a blank screen, where when I inspect via the DOM, I see an error "Sorry, we didn’t find that app.". When I set the app id component attribute on the field, it shows correctly, but I was under the impression that the app name should be prioritized over that so that I don't need to update that field after every deployment. The app names are the same between both envs and I have published the app in the new environment.
Has anybody seen this issue?