Closed scramatte closed 1 year ago
Is /app
your Nova Path
?
Section link works but I've got more errors
Moreover If you click on Dashboards icon it doesn't works as expected. It open collapsed menu (that is empty) and doesn't show dashboards
Can you paste your Nova::mainMenu(function (Request $request) {})
config
Hi,
My app has various module that construct their own menu But It occurs with default menu too or with a very simple as bellow:
Nova::mainMenu(function (Request $request, Menu $menu) {
$menu->items->forget(1); // remove Resources MenuSection
return $menu;
});
I'm practically sure that is a regression as in the previous version it was ok. I'm going to try with previous one and I come back to you.
Regards
I think I found the issue, it was due that if you had a MenuSection and did not specify an icon it had a chance to crash.. fixed it on the latest version
Hi,
When you set path to a MenuSection "app" is appended twice to the URL resulting incorrect path
create path
/app/app/csv-import
I've test with a fresh Nova Install and the issue is related to your package.
Regards