Debug
Some checks failed
Push image to registry / build-image (push) Failing after 52s

This commit is contained in:
2025-02-08 10:23:34 +01:00
parent 7f4ba8a8c9
commit ec869bffe9
4 changed files with 13 additions and 3 deletions

View File

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