79682884

Date: 2025-06-28 09:45:59
Score: 0.5
Natty:
Report link

After having looked at the CLI code
https://github.com/Shopify/cli/blob/main/packages/app/src/cli/services/dev.ts#L294

I have updated my shopify.web.toml adding all the paths I need for the redirect as follows:

auth_callback_path = [
  "/auth/callback",
  "/auth/shopify/callback",
  "/api/auth/callback",
  "/api/offline/callback",
  "/api/online/callback"
]

It was added at the root level of the file, and it didn't wipe the Allowed redirection URL(s) on the Partners site app config.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: George Garcés