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)