App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I am new to app development and would like to setup an Oauth. My Oauth looks like this:
I get the following error:
This is the code I use to create the Oauth:
$_API_KEY = "dd4f41f6d7a7da61b563119878ad3309";
$_NGROK_URL = "https://3e83-92-201-28-0.ngrok.io";
$shop = $_GET["shop"];
$scopes = "read_products,write_products";
$redirect_uri = $_NGROK_URL . "/elena/token.php";
$nonce = bin2hex( random_bytes(12) );
$access_mode = "per-user";
$oauth_url = "https://" . $shop . "/admin/oauth/authorize?client_id=" . $_API_KEY . "&scopes=" . $scopes . "&redirect_uri=" . urlencode($redirect_uri) . "&state=" . $nonce ."&grant_options[]=" . $access_mode;
Thanks for your help in advance.
Best Regards
Alocard
Solved! Go to the solution
This is an accepted solution.
Well, I just removed a "s" from "&scopes" and it worked.
This is an accepted solution.
Well, I just removed a "s" from "&scopes" and it worked.
Same issue here. Never happened before and not sure how to resolve it. Is Shopify having an issue right now?
Same issue. I do not know html so I have no clue what to do
Hi guys,
I was facing the same issue. I tried writing shopify in the html tab and clicked an old order page link that popped up. clicking that let me into the preface straight to the order page and navigating from there is working. So instead of logging into main page try logging into an old order page.
hello where did I insert this code ? I have the same issue.
thank you
I have the same problem
its seems that we all having the same issue.. maybe this time the issue came from shopify
Hey did you figure it out because im having the same problem
Same thing happening to me right now, and a lot of other people at this moment it must just be a shopify issue..
Same thing happening to me right now, and a lot of other people at this moment it must just be a shopify issue...
Same thing happening to me right now, and a lot of other people at this moment it must just be a shopify issue.
Same issue here. Never happened before and not sure how to resolve it. Is Shopify having an issue right now?
Yeah it he same for me the issues are consistent and i believe it is the issues for shopify side. we just gotta wait and see.
This is happening to us this morning too. We thought it was an us issue but based on the other replies it seems to be a more wide spread Shopify issue today.
We have got around it by removing "2Cread_metaobjects%2Cwrite_metaobjects%2Cread_metaobject_definitions%2Cwrite_metaobject_definition" from the url.