@gregersboye how exactly you are updating your packages? composer update?
Problems after updating composer-packages
Hi all I updated my composer-packages, and after that, my production-environment fails when trying to access the site. The funny thing is, it works fine in dev (under docker).
The exception I get is as follows: local.ERROR: Argument 1 passed to Symfony\Component\HttpFoundation\InputBag::get() must be of the type string, null given, called in /var/www/yoursite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php on line 160 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\Component\HttpFoundation\InputBag::get() must be of the type string, null given, called in /var/www/yoursite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php on line 160 at /var/www/yoursite/vendor/symfony/http-foundation/InputBag.php:30)
Does anyone have any idea what might be happening? The stacktrace doesn't point to any of my code... If I go back to a previous commit and downgrade my composer-packages, the problem goes away. I hope you can help, as currently I'm stuck on a previous commit in my prod-environment.
Please or to participate in this conversation.