andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
580 stars 166 forks source link

Attempt to read property "name" on null in Manage Company #50

Closed zxstudio-llc closed 1 month ago

andrewdwallo commented 1 month ago

Providing only your error message doesn't really help me track down what the issue could be. Can you provide more context on when this error occurs? Can you provide the stacktrace for me? Is this error with the latest release? Everything is working perfectly fine for me when visiting the "Manage Company" page. Have you created a company? If you have created a company, is the "name" column in the database null even though you provided a name when creating one?

zxstudio-llc commented 1 month ago

I'm sorry, I managed to solve it, apparently when making the changes and migrations something was not done correctly with my db but I executed the php artisan migrate:fresh command and it was solved