Why am I getting a 502 error when running yarn dev?

Solved

Why am I getting a 502 error when running yarn dev?

Dugen
Shopify Partner
11 2 0
yarn run v1.22.19
warning ../../../package.json: No license field
$ shopify app dev
╭─ error ─────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                     │
│  The introspection endpoint returned a 502: https://accounts.shopify.com/oauth/introspection        │
│                                                                                                     │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────╯

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Has anyone been having issues? All of my dev apps have been doing this; I even created a new app from scratch and still get this error. Is this a me problem, or a Shopify problem.

 

This is just running yarn dev.

Accepted Solutions (2)

Dugen
Shopify Partner
11 2 0

This is an accepted solution.

It looks like some posted a similar post around the same time I did.

 

Do shopify auth logout and run the commands to run dev again.

View solution in original post

rkaiser
Shopify Partner
2 1 0

This is an accepted solution.

Yeah, I was having this issue until I tried the last reply: 

 

npm run shopify auth logout

and 

npm run dev

 

View solution in original post

Replies 6 (6)

Dugen
Shopify Partner
11 2 0

This is an accepted solution.

It looks like some posted a similar post around the same time I did.

 

Do shopify auth logout and run the commands to run dev again.

nicholasolsen
Shopify Partner
2 0 0

Im still having this issue

Dugen
Shopify Partner
11 2 0

Did you have to sign in again after doing this command?

shopify auth logout

 

ZoeM_
Shopify Partner
12 0 3

Have you try:

npm run shopify auth logout

and 

npm run dev

 

ZoeM_
Shopify Partner
12 0 3

I still got the issue after I tried this solution

rkaiser
Shopify Partner
2 1 0

This is an accepted solution.

Yeah, I was having this issue until I tried the last reply: 

 

npm run shopify auth logout

and 

npm run dev