app->environment('production')) { try { $settings = InstanceSettings::first(); if (Str::startsWith($settings->fqdn, 'https')) { URL::forceScheme('https'); } } catch (\Exception $e) { // do nothing } } } }