Closed coreway1 closed 1 year ago
Note that this repo is no longer maintained and this issue will not be reviewed. Prefer the official JavaScript API library. If you still want to use Koa, see simple-koa-shopify-auth for a potential community solution.
I have used the "@shopify/koa-shopify-auth": "^5.0.3" and "@shopify/shopify-api": "^5.0.1"
after upgrade version of koa getting this error :
Uncaught s {name: 'AppBridgeError', message: 'APP::ERROR::INVALID_CONFIG: apiKey must be provided', action: undefined, type: 'APP::ERROR::INVALID_CONFIG', stack: 'AppBridgeError: APP::ERROR::INVALID_CONFIG: apiKey must be provided'}
Here is my server code
Below you can find the screenshot of error I'm getting.
Can you help me if I'm doing anything wrong here?