Got issues of CORS due to https and http call

I setup https for localhost as https ://hrm.dev.localhost , but see the javascripts are load with http:// then it causes CORS error as seen in the picture. This is Laravel 11, with Filament 3. Why it won't call with https, and how solve this issue. #cors, #https #table.js
image.png
Solution
Can also try setting ASSET_URL too.
Was this page helpful?