chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

TypeError: "this.resourceInformation.perPageOptions is undefined" #53

Closed Dontorpedo closed 4 years ago

Dontorpedo commented 5 years ago

After installation, this errors appears.. and the indexpage isn't loading..

i am on laravel 5.8 and nova 2.4

bigperson commented 5 years ago

I have some problem

chris-ware commented 5 years ago

It seems that something under the hood has changed with 2.4.0, that has affected how this package works. I'll investigate and attempt to resolve.

bigperson commented 4 years ago

I reproduced the problem on version 2.5.0

fnmancinelli commented 4 years ago

I've this error too.

chris-ware commented 4 years ago

I've tested this and I'm unable to reproduce. Can you confirm that you've run php artisan nova:publish since updating? I'm running 1.2.9 and Nova 2.6.1

fnmancinelli commented 4 years ago

We updated Nova to version 2.6.1 and after a new installation of this package, it worked correctly. php artisan nova:publish was executed during the composer require ...

chris-ware commented 4 years ago

php artisan nova:publish should be run on any update of Nova to re-publish its assets. Those assets have to match what the breadcrumbs assets suggest due to the way that this package works. I'm closing this issue for now as it seems to be solved by simple re-publishing, however if it re-appears, please re-open.