Hi there, I’m trying to migrate my app to the new Polaris web components but it looks like the <s-link> doesn’t redirect (also the <s-button href=""> ).
I’ve tried with my ruby on rails app and a new app in remix
I’ve also found this problem with the <s-link> component:
<s-link href="shopify:admin/settings/checkout/editor/profiles/178328142114?page=profile&context=apps">Open profile page</s-link> redirect to an about:blank page and throws this error:
Failed to launch 'shopify:admin/themes/178328142114/editor?previewPath=%2Faccount' because the scheme does not have a registered handler.
@Liam-Shopify We are still encountering this issue, on both the <s-link> and <s-button> component. Our stack is an Express app rendering HTML, with components being included via <script> tags.
Any guidance or suggestions would be greatly appreciated. Thank you!
The problem is with all of them, none is redirecting me to any of my app pages
I had to manually manage the navigation behaviour by setting the onclick to Turbo.visit(...) (ruby on rails application)