David

Results 45 comments of David

> From what I understand, Shopify will be depreciating Shopify API version 5 around October 2023. > > Is there going to be an update to support Shopify API 6+...

> the way I understand it is our apps using your package can only go up to version 2022-10. @matthewattanasio Can you explain why this is the case? As I...

> @TheSecurityDev Are there still any plans for `@shopify/shopify-api` v6+ support? Or has that been abandoned? Sorry, it's just not really a priority for me :( I've been getting along...

1. What allowed urls do you have? 2. Which browser are you using? 3. Do you have an embedded app? 4. Did you check the developer logs in the browser?...

The callback URLs should be like: ``` https://yourdomain.com/auth/callback https://yourdomain.com/install/auth/callback (if using separate installation route) ``` I don't know if you left out your domain on purpose or if that's how...

> Hi, > > I'm having the same error. Are you available to take a look at my code? I can try, what's the issue?

One thing I notice is that the API_VERSION your using is `ApiVersion.October20`, which I'm getting an error that it might not exist, so perhaps you should try a newer version....

Also can you check for any errors in the server logs?

I really don't know. Try in different browsers, re-installing, etc.