Mixed Content Error on Laravel Filament

im having this error on console when im uploading images, livewire.js?id=f121a5df:602 Mixed Content: The page at 'https://mydomain.com/admin/accomodations/create' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://mydoman.com/livewire/upload-file?expires=1704785779&signature=924b807e4adbce1fc2dedf16cd68fe0072dbb14b3306b9de0b838481a4d742c3'. This request has been blocked; the content must be served over HTTPS. i have also set the APP_URL to https and the ASSET_URL but still having that error
1 Reply
toeknee
toeknee6mo ago
Ensure you have cleared caches? and re-run npm run build?