wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.12k stars 131 forks source link

Deployed via Forge - Requested an insecure script #27

Closed oliverbj closed 3 years ago

oliverbj commented 3 years ago

Hi there

First of all, thank you very much for this awesome package. I really enjoy using it and it has saved me a lot of time!

I have some issues using the modals in production (on my server deployed by Laravel Forge). I encounter the following error:

Mixed Content: The page at 'https://example.org/dashboard' was loaded over HTTPS, but requested an insecure script 'http://xx.xxx.xxx.xxx/vendor/livewire-ui/modal.js'. This request has been blocked; the content must be served over HTTPS.

Where example.org and http://xx.xxx.xxx.xxx should be replaced with my domain name and my server IP address.

I am using LetsEncrypt (installed via Forge) to ensure SSL. However, I am not sure why livewire-ui/modal is connecting via http

putera commented 3 years ago

Try to use like this

Githubissues.
  • Githubissues is a development platform for aggregating issues.