Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
// "@shopify/app-bridge": "3.7.10"
import { Redirect, Toast } from '@shopify/app-bridge/actions';
// goto https://admin.shopify.com/store/{store}/settings/apps
Redirect.create(app).dispatch(Redirect.Action.ADMIN_PATH, '/apps');
We have implemented a process in the above code to navigate to the Shopify settings app screen in specific cases. However, this process has ceased to function. A completely blank screen is displayed, and no further action occurs. The issue was first noticed on 2024/03/06 at 09:00.
Upon using the code provided below, the functionality was restored.
// "@shopify/app-bridge": "3.7.10"
import { Redirect, Toast } from '@shopify/app-bridge/actions';
// goto https://admin.shopify.com/store/{store}/settings/apps
Redirect.create(app).dispatch(Redirect.Action.ADMIN_PATH, '/settings/apps');
Could you please explain why it stopped working? Additionally, is the resolution in the form provided below acceptable?
Solved! Go to the solution
This is an accepted solution.
I received a response that it was a bug.
It seems to be resolved now.
This is an accepted solution.
I received a response that it was a bug.
It seems to be resolved now.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024