Shopify app trycloudflare error

I have created a Shopify snowfall app, and it is working on the front end when I switch on App Embeds for my app. However, an error is showing in the backend settings. Does anyone know why this error is occurring and how to resolve it?

Hi @Digital_Imran

You can try using ngrok.

  1. start ‘ngrok http 3000’ and use forwarding URL,
  2. shopify app dev --tunnel-url forwarding: 3000,
  3. npm run deploy
  4. shopify app dev --tunnel-url forwarding: 3000