Hello!
Relative links inside of customer account ui extension navigating to a storefront page do not work as expected and are instead relative to the customer account.
Dev Example:
<s-link href="/collections/all"> View all products </s-link>
ends up with a url of ‘https://shopify.com/<some_id>/account/pages/<some_uuid>/collections/all’
expected is “https://example.myshopify.com/collections/all"
dev environment running 2026_1 web components.