hello,
When I start app by ‘npm run dev’, the app run in http://localhost:57320/, it shows a form and ask me to type in my shop address. If so, page redirect to https://admin.shopify.com/store… Can I see more routes locally like http://localhost:57320/app/additional… without redirect?
Hi @wilbur
If you are using remix, you need to understand its routing rules so that you can know more routing information
hi @kyle_liu ,
Of coures I know this remix routing rules. Please see the command output:
$ sudo npx remix routes —>
The issue is when I come to browser ‘http://localhost:61818/app…’, it redirect to ‘http://localhost:61818/auth/login’. That maybe because of app bridge or authentication. I need to visit ‘http://localhost:61818/app…’ in broswer before deploy , but it always show in shopify admin page`s iframe.