Asgard cms front-end routes of custom Module is not working
-
I created a custom module named Project with new ProjectServiceProvider to show latest projects in my home page and everything working fine when it runs locally in my windows machine. But Once I host my web application with digital-ocean vm using docker all my routes working fine except projects routes. At the Initial stage my home-page appeared without any problem and once I include latest projects section it became unusable as well. But I don't have these problems with my local server.
I have added more custom modules prior to Project module (testimonials etc..) but no problem with them so far in both locally and hosting server.
Here is the exception I got in my hosting server
Same url as localhost
I double checked my route files and I can guarantee that both are same. Any help would be appreciable. Thank you.