whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

TypeError: Cannot read properties of undefined (reading 'resource') #89

Closed aliwesome closed 2 years ago

aliwesome commented 2 years ago

I'm using this package with a fresh installation of Laravel Nova 4.11.1.

This is the console error when I open up pages resource: TypeError: Cannot read properties of undefined (reading 'resource')

This would show no pages even when I generate templates.

toonvandenbos commented 2 years ago

Hi @aliwesome, Did you publish the latest assets ?

aliwesome commented 2 years ago

@toonvandenbos The problem was that I did not define any routes which using that specific template so there was where this issue appears and pages list did not load. I think it would be nice to mention the correct flow of this situation in the docs.

toonvandenbos commented 2 years ago

Good point. I'll add an extra check before the list is displayed too.