Laravel 8 - Somes routes are not working

http://invsys2021.infinityfreeapp.com/

(I updated all files in the FTP and even updated the .env and index.php file to configure the right credentials for my account but some of the routes of my project are not working here in infinityfree)

Error Message

(Symfony\Component\Routing\Exception\RouteNotFoundException
Route [addon.index] not defined. (View: /home/vol6_3/epizy.com/epiz_27653280/htdocs/laravel/resources/views/layouts/backend/partials/sidebar.blade.php))

Other Information

(How to fix this error?)

Are the routes correctly defined in the routing files? Are the routing files registered correctly through the RouteServiceProvider? If you are using cached routes, did you regenerate and re-upload the cache after updating the routes?

Routing definitions are entirely a thing of your application code though. I can’t think of any reason this could work differently on different hosting, assuming the application is installed correctly.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.