Live Server Deploy problem
When i deploy a filament project in live server My text editor and fileupolad not working.Then i check console log it's showing
"Blocked loading mixed active content".then i try to without SSL(http) this time it's working but not working with SSL(Https).Now how can i Solved this ?
3 Replies
You are requesting HTTP files when on a HTTPS URL. This is not allowed. Check your
APP_URL
it should be the HTTPS variant. Also you can use URL::forceHttps()
.i have already change my APP_URL but it's still not working.
please explain where i can put this URL::forceHttps().
In the AppServiceProvider
Please search this Discord and Laravel docs