Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Redirect embedded app to domain app not working when user Block third-party cookies

Redirect embedded app to domain app not working when user Block third-party cookies

mrdev
Shopify Partner
1 0 0
"react": "^18.2.0",
"@shopify/app-bridge-react": "3.3.2",
"@shopify/app-bridge-utils": "3.3.2",
******DOMAIN'
  Embedded app =my-app.com
 
import { useNavigate } from '@shopify/app-bridge-react';
const navigate = useNavigate();

navigate('https://my-app.com') not working
navigate('https://other-app.com') working
Replies 0 (0)