You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following functions dealing with the OAuth flow inserted the API version into the request url, but it seems this is not desired (as mentioned in a Shopify Partners blog post). Shopify.OAuth.request_token/2
The following functions dealing with the OAuth flow inserted the API version into the request url, but it seems this is not desired (as mentioned in a Shopify Partners blog post).
Shopify.OAuth.request_token/2
Shopify.OAuth.permission_url/2
This permission url lead to a "page not found" error.
My current workaround is to nullify the API version for these two functions:
The text was updated successfully, but these errors were encountered: