Dylan Pierce

Results 64 comments of Dylan Pierce

Hmm that is really strange, I have not seen this issue myself yet. Which version of Next/React, Polaris & AppBridge are you using?

Yup! Definitely in my todo

Sounds like there's room for a fork and new composer package for something like this.

Hi @ahmed-adly-khalil Looks like we're doing 2 different methods of redirecting. I'm following Shopify's AppBridge Redirect method here: https://shopify.dev/apps/tools/app-bridge/actions/navigation/redirect I was having issues keeping the URL in sync with the...

I'm curious about your approach, could you share a simple page component using it? One day I'd like to provide a `customLinkComponent` to the Shopify AppProvider so we have actual...

We’re excited to support that Node v18 is now the default Node.js runtime on Pipedream. The next time you deploy an existing workflow, or create a new one, that workflow...

@melissadonohue thanks, the library wasn't written with redirecting to a subscription consent URL immediately in the auth handler in mind. I assume that's the problem specifically you were running into....

Thanks for the call out @melissadonohue , I started with a fix months ago and didn't commit it because I was having trouble blending the query params from the subscription...

Building off of @melissadonohue 's solution using query string detection, this might solve for most cases: ```javascript // if a redirect path or URL is returned from `handleAuthCallback` use it...