nova-page icon indicating copy to clipboard operation
nova-page copied to clipboard

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

Open barnabaskecskes opened this issue 3 years ago • 3 comments

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

barnabaskecskes avatar Nov 21 '22 19:11 barnabaskecskes

+1

wshurafa avatar Nov 21 '22 19:11 wshurafa

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.

wshurafa avatar Nov 21 '22 20:11 wshurafa

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