CORS problem when switching to HTTPS for local dev
I have changed
.env to https://localhostUsing Caddy as reverse proxy.
I have pushed this build to production and worked perfectly with https and filament.
so something with https and localhost
.env should be enough.ASSET_URLURL::forceScheme('https)APP_URL public function boot(): void
{ URL::forceScheme('https);
}'