I have an embedded app, using React/NextJs.
I set my redirect URL in billing api to
const url = ${HOST}/plans?shop=${myshopifyDomain}
Although on the redirect it comes back as
https://myshop.myshopify.com/apps/99f61443cxxxxxxxxxxxxx/plans?shop=myshop.myshopify.com
This returns a 404 since it goes to /apps/ instead of /admin/apps. Is there anything I can do to force it to /admin?