App reviews, troubleshooting, and recommendations
Is it possible to call an app proxy endpoint from an admin UI extension like we do from a Theme UI Extension?
I'm stuck with CORS errors.
I tried modifying `entry.server.jsx` file to accept the "OPTIONS" call for preflight before the "POST", but then I get a 404 stating that the route doesn't exits.
if (request.method == "OPTIONS") { resolve(new Response('ok', { headers: { 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'OPTIONS,POST,GET', 'Access-Control-Allow-Headers': 'Content-Type,Authorization,User-Agent,Referer' } , status: 200 })); }I can't figure out how to do this... I tried calling directly the app_proxy/endoint url but it is worst.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025