Since the App Bridge implementation got updated, I followed the docs to update it for my app as well. After the update, app loads normally, no problems with that, but then there are two action based errors/bugs that I’ve spotted so far.
- If we have shopify.ensureInstalledOnShop() middleware (which I should have, because my app is embedded), the resource picker is not opening.
- If I try to navigate either using react-router-dom useNavigate hook or using open function like shown in the documentation, the page crashes, and that’s because it refuses to frame the url due to “frame-ancestors: none” issue.
@Shopify_77 is there any solution to this problems or should I just keep using the old App Bridge implementation ?