the application was running correctly, and suddenly it started to redirect only to "/" when clicking on any menu item, including the admin menu (role, users,..) im logged in with "admin"
any clue ?
3 Answer(s)
-
0
update: when i type another module URL in the browser, for example: /app/main/cases this module opens and admin modules are accessible, the dashboard module is accessible without changing the URL
when accessing <a class="postlink" href="http://localhost:4200/">http://localhost:4200/</a> it opens the dashboard and i'm unable to go to any item (when clicking on the menu items it redirect to the item then quickly go back to / and the dashboard only opens)
-
0
Solved, there were a problem with one of the Jquery components and error were in the console.
-
0
Thanks for sharing the solution as well :)