InterNACHI / modular

Modularize your Laravel application
MIT License
765 stars 64 forks source link

Attempt to read property "name" on null #78

Open dmb-220 opened 6 months ago

dmb-220 commented 6 months ago

laravel 11, livewire 3,4 breeze starter kit

create new module and open, get error: Attempt to read property "name" on null from "layout.navigation"

Wulfheart commented 6 months ago

Not sure. Could be related to https://github.com/InterNACHI/modular/pull/63. To make fixing easier would you mind sharing a repo which reproduces your issue?

robbanl commented 3 months ago

Discovered the same thing just about now, dd(auth()->user()); returns null. Currently investigating the cause of this.