nestjs-shopify / example-nx-app

Example monorepo app with @nest-shopify/nest-shopify using NestJS backend and NextJS frontend
31 stars 11 forks source link

0Auth does not complete after installation #84

Closed lutitech closed 1 year ago

lutitech commented 1 year ago

Hi i am only using the nest api. But it fails to complete oAuth after installation [Nest] 26656 - 07/04/2023, 8:18:09 PM LOG Login using: http://localhost:8080/?shop=techlut.myshopify.com [Nest] 26656 - 07/04/2023, 8:18:09 PM LOG Install using: http://localhost:8080/api/offline/auth?shop=techlut.myshopify.com [Nest] 26656 - 07/04/2023, 8:18:16 PM LOG [Shopify] [shopify-api/INFO] Beginning OAuth | {shop: techlut.myshopify.com, isOnline: false, callbackPath: /api/offline/callback} [Nest] 26656 - 07/04/2023, 8:18:16 PM LOG [Shopify] [shopify-api/DEBUG] OAuth started, redirecting to https://techlut.myshopify.com/admin/oauth/authorize?client_id=9fa1ac769ce08f45f544a795f131ddcf&scope=write_products&redirect_uri=https%3A%2F%2F61c6-197-211-53-114.ngrok-free.app%2Fapi%2Foffline%2Fcallback&state=144088630062304&grant_options%5B%5D= | {shop: techlut.myshopify.com, isOnline: false} How do i get nest to complete oAuth for me test via postman

lutitech commented 1 year ago

i have resolved the ussue