You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been testing the package (which is great, the simplest and most effective one I've browsed so far), but I can't seem to be able to load the frontend pages. I am able to create the pages, save them to the DB, and everything else, but when I access the desired route it returns 404.
It seems that the FrontendController is empty so it is not rendering anything
I can get it working by manually create a controller and a view to display di html output
Hi, I have been testing the package (which is great, the simplest and most effective one I've browsed so far), but I can't seem to be able to load the frontend pages. I am able to create the pages, save them to the DB, and everything else, but when I access the desired route it returns 404.
My config file is:
I have created a page with slug
build-test
:But when I enter the page I get 404 (no routes registered as well):
http://localhost/build-test
Am I missing something here? Should I manually create the controllers? Nothing mentions this in the docs.
The text was updated successfully, but these errors were encountered: