FFilament•Created by Konaś on 9/1/2024 in #❓┊help filament v3 assets not loading on production
Thank you, its start to working after append
use Illuminate\Support\Facades\URL;
if($this->app->environment('production')) {
URL::forceScheme('https');
}
into AppServiceProvider in boot method