whitecube / nova-page

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

Call to undefined method Whitecube\NovaPage\Pages\Query::exists() #94

Open barnabaskecskes opened 1 year ago

barnabaskecskes commented 1 year ago

It fails with above error in Nova v4.19.2 on detail and form pages.

wshurafa commented 1 year ago

+1

wshurafa commented 1 year ago

Looks like Nova introduced a new way of checking for resources in v4.18.0.

Nova now throws a 404 when attempting to replicate a resource that doesn't exist.

For now you can stick yo use "laravel/nova": "4.17.1" until the issue is got fixed in this package.

matthewjumpsoffbuildings commented 1 year ago

Is this issue resolved? Cause @wshurafa it says your fix is merged, but I am using Nova 4.22 with Nova Page and I am still seeing this error - when using an Option, with the Database source