App reviews, troubleshooting, and recommendations
The public embedded app that I am developing currently has a sub-optimal user experience. The thing is, when the user launches my app, depending on whether the profile setup is complete or not, I redirect the user either to /signup or to /home route. I do this quite simply using the Next.js utility method:
res.redirect(path)
However, what this does is it momentarily loads my app full-screen (i.e. without the visible Shopify Admin UI), and then reloads as an iFrame inside the Shopify Admin. So, essentially it works, but the flickering of the screen is somewhat annoying.
I know that I can use AppBridge utils to gracefull handle such redirects on the client-side:
Redirect.create(app).dispatch(Redirect.Action.APP, path)
Is there a way to handle these redirects similarly user-friendly from the server?
I'm also interested in this answer as I also experience the same behaviour.
Any solution?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024