Oauth error invalid_request: The redirect_uri is not whitelisted

前端 未结 3 1241
心在旅途
心在旅途 2020-12-22 00:21

I\'m trying to develop an app with React and Node based on this documentation:

I followed the tutorial step by step but I\'m stuck in testing the app with this URL f

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 01:07

    Yes there is an issue with your callback URL you have to define your app URL and callback URL in your shopify partner account where you create shopify app

    Shopify partner account

    You have to do as follow

    open apps >> yourapp >> app setup >> Insert In URLs(Whitelisted redirection URL(s))

    Once you whitelist your URL there then the issue is solve

提交回复
热议问题