Disabling reload

How can I fix: << Mixed Content: The page at ‘https://myGradioApp.com/’ was loaded over HTTPS, but requested an insecure EventSource endpoint ‘http://myGradioApp.com/dev/reload’. This request has been blocked; the content must be served over HTTPS. >>? I have tried to disable the dev/reload mode for deploying gradio in production by

  • debug=False for the launch command
  • instad of gradio /app/run.py using python /app/run.py

I.e. how can I disable the reload or re-point the URL for reloading to reference HTTPS instead of HTTP