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 ?
No description
3 Replies
Dennis Koch
Dennis Koch9mo ago
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().
/home/devNaimul
/home/devNaimulOP9mo ago
i have already change my APP_URL but it's still not working. please explain where i can put this URL::forceHttps().
Dennis Koch
Dennis Koch9mo ago
In the AppServiceProvider Please search this Discord and Laravel docs
Want results from more Discord servers?
Add your server