Aug 16, 2021
Hey, I'm trying to make a WYSIWYG editor for the new Post Purchase UI Extension. I'm using this https://github.com/Shopify/post-purchase-ui npm module to show the components in React....
No content to show
User Activity
Hey @awwdam, Thanks for your reply! This issue has been bugging me for some time. I already do that the other post suggests. I currently do pass the "shop" query param in the URL and redirect using:ctx.redirect(`/?shop=${shop}`);^ This is in my serve...
I followed the Shopify App Node and React tutorial and made an embedded app. Now every time I switch pages on the top navigation bar I get the error "Expected a valid shop query parameter".I'm not sure what's causing this and how to fix it. I would a...
Yes I'm facing the same issue. I would greatly appreciate it if someone could share a solution!