i have embedded app a in node and react js with app bridge. some time show this notice to end user.
1 Like
Hi @1080
There is significant discussion about this over on this Github issue for shopify-app-bridge.
I think either it’s linked to the new, unified admin.shopify.com links - or your app is simply not responding fast enough to requests.
1 Like
@SB_90 on github there is no any solution. do you have any suggestion or way to solved this issue ?
here mode detail debug log.
CSP code added the
res.setHeader(
"Content-Security-Policy",
`frame-ancestors https://${shop} https://admin.shopify.com;`
);
node js package used
"@shopify/app-bridge": "^3.4.3",
"@shopify/app-bridge-react": "^3.4.3",
"@shopify/app-bridge-utils": "^3.4.3",
"@shopify/polaris": "^10.10.1",
"@shopify/shopify-api": "^5.2.0",
