This is a weird I just get the following error without any proper stack trace. Any ideas how to decipher the root cause here?
production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function parameters() on a non-object' in /var/www/mobiletopshou/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1034
I solved the same problem by commenting \Illuminate\Routing\Middleware\SubstituteBindings::class
in HTTP Kernel (App/Http/Kernel.php
).