The GET method is not supported for route /. Supported methods: HEAD.

Getting that error and I'm not sure why or even how to debug this. The laravel.log file has no error. Looking at the debuggar it just shows that error so I have no clue how to debug this.

We get this error when i do:
php artisan route:cache

If I do this everything works:
php artisan route:clear

I was told we want to cache the routes though. Any advice on how to debug this?
Was this page helpful?