Error de autenticación en la instalación

hola

estamos intentando validar la app de mpo-warehouse para conectar tiendas shopify con nuestro sga y siempre nos da este error y no sabemos porque se produce, nos podrían ayudar? Nuestro numero de partner es el siguiente 4275634

Respuesta HTTP esperada: 200
Respuesta HTTP obtenida: No response de https://uvszh1-m5.myshopify.com/admin/oauth/redirect_to_install/embedded?app_store_s=e41aed9c-f988-4504-be14-6d37ed25a81d&app_store_y=ffdb5e70-ae2f-4a53-81e2-966ec236e474&client_id=d64b4758f0c4b4046af9dfc9d3ef380d&presentation=page&signature=eyJleHBpcmVzX2F0IjoxNzY2NDE5MjgyLCJwZXJtYW5lbnRfZG9tYWluIjoidXZzemgxLW01Lm15c2hvcGlmeS5jb20iLCJjbGllbnRfaWQiOiJkNjRiNDc1OGYwYzRiNDA0NmFmOWRmYzlkM2VmMzgwZCIsImFwcF9zdG9yZV9zIjoiZTQxYWVkOWMtZjk4OC00NTA0LWJlMTQtNmQzN2VkMjVhODFkIiwiYXBwX3N0b3JlX3kiOiJmZmRiNWU3MC1hZTJmLTRhNTMtODFlMi05NjZlYzIzNmU0NzQifQ%3D%3D--0b30cbe416717da74fa2bb1892c7bc399999045a

1 Like

Hey @Miguel_Quintela,

Thanks for reaching out! A quick note: this community forum is currently English-only, so I’ll reply in English.

For app installation, we recommend using managed installation which handles the OAuth flow automatically. You configure your scopes in shopify.app.toml and run shopify app deploy. No manual OAuth redirect implementation needed.

If you’re implementing the OAuth flow manually, the authorization code grant documentation covers the full flow and common validation steps (HMAC verification, state parameter, etc.).

If the above doesn’t help, please share more specific details on your implementation and steps we can take to replicate.

When posting API questions, always include:

  • The full API query or mutation with personally identifiable information (PII) removed
  • Detailed replication steps and time when issue appeared
  • The API version and any error messages that are appearing
  • Relevant screenshots or videos to illustrate the issue

This detailed approach helps peers and internal staff provide effective solutions quickly.