You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Laravel 8.20.1 with Facade/Ignition 2.6.0 and am getting the following error TypeError: Argument 1 passed to Facade\Ignition\Solutions\MakeViewVariableOptionalSolution::isSafePath() must be of the type string, null given, called in /var/app/current/vendor/facade/ignition/src/Solutions/MakeViewVariableOptionalSolution.php on line 88 and defined in /var/app/current/vendor/facade/ignition/src/Solutions/MakeViewVariableOptionalSolution.php:74
about every 2 hours logged in my error logs table in the db.
After viewing the stack trace, the culprit seems to be this block of code in public/index.php $response = tap($kernel->handle( $request = Request::capture() ))->send();
I compared my index.php file with the laravel source code in github and it seems to match. Other than that every thing else in the stack trace happens in the vendor folder so I it doesn't seem like messing around with my codebase would yield any results.
My first question is, is there something I can do to fix this issue? Is this an issue I should be concerned about, and if not, is this something that I can ignore reporting for.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using Laravel 8.20.1 with Facade/Ignition 2.6.0 and am getting the following error
TypeError: Argument 1 passed to Facade\Ignition\Solutions\MakeViewVariableOptionalSolution::isSafePath() must be of the type string, null given, called in /var/app/current/vendor/facade/ignition/src/Solutions/MakeViewVariableOptionalSolution.php on line 88 and defined in /var/app/current/vendor/facade/ignition/src/Solutions/MakeViewVariableOptionalSolution.php:74
about every 2 hours logged in my error logs table in the db.
After viewing the stack trace, the culprit seems to be this block of code in public/index.php
$response = tap($kernel->handle( $request = Request::capture() ))->send();
I compared my index.php file with the laravel source code in github and it seems to match. Other than that every thing else in the stack trace happens in the vendor folder so I it doesn't seem like messing around with my codebase would yield any results.
My first question is, is there something I can do to fix this issue? Is this an issue I should be concerned about, and if not, is this something that I can ignore reporting for.
Beta Was this translation helpful? Give feedback.
All reactions