Fix debug
Some checks failed
Push image to registry / build-image (push) Failing after 1m1s

This commit is contained in:
2025-02-08 10:31:51 +01:00
parent ec869bffe9
commit d4ea33e181

View File

@ -24,9 +24,9 @@ class AppServiceProvider extends ServiceProvider
{
Vite::prefetch(concurrency: 3);
dd(env('APP_URL'));
dd(config('app.url'));
dd($_ENV['APP_URL']);
dump(env('APP_URL'));
dump(config('app.url'));
dump($_ENV['APP_URL']);
if (str_starts_with(env('APP_URL'), "https://")) {
$url->forceScheme('https');
}