diff --git a/bootstrap/app.php b/bootstrap/app.php index e480377..fb06c3b 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -23,6 +23,9 @@ return Application::configure(basePath: dirname(__DIR__)) HandleInertiaRequests::class, AddLinkHeadersForPreloadedAssets::class, ]); + $middleware->trustProxies(at: [ + '*' + ]); }) ->withExceptions(function (Exceptions $exceptions): void { //