Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    This request has been blocked; the content must be served over HTTPS.

    Bug Report
    2
    4
    164
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      francis_dev last edited by

      Hello,

      I’m experiencing an issue with my live application after deployment where certain resources are not loading due to a mixed content error. The error message in the browser console is as follows:

      f4b75ebc-43ea-4681-b278-4b4fb907a4a4-image.png

      1 Reply Last reply Reply Quote 0
      • Rishabh-Webkul
        Rishabh-Webkul last edited by

        Hello @francis_dev

        I just checked your website (https://shopify.thewtus.com/) and i did'nt found anyting there in the console. Kindly provide some info regarding same.

        kindly check the below screenshot for your reference.

        Also kindly confirm.

        rh.png

        Thanks & Regards

        1 Reply Last reply Reply Quote 0
        • F
          francis_dev last edited by

          I had to force https in the app service provider

          if (env('APP_ENV') !== 'local') {
          URL::forceScheme('https');
          }
          It worked finešŸ‘ šŸ‘ , thank you, though for checking up

          1 Reply Last reply Reply Quote 0
          • Rishabh-Webkul
            Rishabh-Webkul last edited by

            Hello @francis_dev

            It's great to hear that the issue is resolved now.

            If you face any further issues in future kindly let us know.

            Thanks & Regards

            1 Reply Last reply Reply Quote 0
            • First post
              Last post