Closed emfluenceindia closed 8 years ago
It's a know issue, at the moment all the page routes are registered at startup, they are not dynamic but registered as they are. I have to change it and make it dynamic.
Fixing the issue today, instead of registering every single route I'm going to read the slug dynamically (as it should be).
Fixed
Thank you! Please let me know about next assignment :)
I
Edit
-ed the new page I created (aboutus
) at/admin/page/edit/959a946e-2bc1-4077-af49-a55ce55f72a4
to Activate it. On screen message says it has been saved (activated) and in page list (/Admin/Page
) the checkbox under Active is now checked.But when I tried to access
http://localhost:56923/aboutus
,404-Page not found
error came up.