App reviews, troubleshooting, and recommendations
Any solution to this one? I am also currently experiencing every link always opening in a new tab, even with external set to false, any ideas on how to make sure it stays in the same tab?
Can't necessarily help you, but I have the opposite issue: the link always goes to a new tab!
Would you share your link code please?
My code looks like this:
import createApp from "@shopify/app-bridge";
import { Redirect } from "@shopify/app-bridge/actions";
const host = Buffer.from(`${shop}/admin`).toString("base64");
const app = createApp({
apiKey: fConstants.SHOPIFY_API_KEY,
host: host,
});
const redirect = Redirect.create(app);
const url1 = Redirect.Action.ADMIN_PATH;
const url2 = "/products/";
redirect.dispatch( url1, url2 );
Cheers jb
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025