shopify插件开发oauth报400的解决办法

shopify插件开发 报400

Oauth error invalid_request: Could not find Shopify API application with api_key

 

官网api:https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react/embed-your-app-in-shopify

把.env文件中的 引号去掉即可

原来:

SHOPIFY_API_KEY = 'abc'
SHOPIFY_API_SECRET_KEY = 'shpss_'

改为:

SHOPIFY_API_KEY = abc
SHOPIFY_API_SECRET_KEY = shpss_

  

 

posted @ 2020-02-19 15:29  dtdxrk  阅读(724)  评论(0编辑  收藏  举报