Force_legacy_domain shopify/shopify-app-remix

Topic summary

A developer using @shopify/shopify-app-remix version 2.1.0 is experiencing an unwanted redirect issue when clicking on tabs. The redirect appears to be related to domain handling within the Shopify admin interface.

Proposed Solution:
The developer suggests adding a Force_legacy_domain=1 parameter under the {$shop} domain to resolve the redirect problem.

Status:
The question remains open, seeking confirmation on whether this approach will successfully prevent the redirection issue.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

In the process of developing with “@shopify/shopify-app-remix”: “^2.1.0”, we encountered an issue where clicking on a tab would redirect from the admin to the domain under ${shop}, adding a parameter Force_legacy_domain=1.

How can I resolve this issue and prevent the redirection?