nova-page-manager
nova-page-manager copied to clipboard
"Invalid locale specified (de)" after updating to Nova 4.32.11
After updating to PHP 8.2, Laravel 10 and Nova 4.32.11 pages are not accessible anymore in the Nova Backend with error message "Invalid locale specified (de)".
nova-page-manager.php:
'locales' => ['de' => 'Deutsch'],
It worked before, and it works with 'locales' => ['en' => 'English']
Thank you for helping out!
->rulesFor($firstLocale, ['required', 'max:255'])
in the fields method in src/Nova/Resources/Page.php
is apparently breaking it. Version 5.9.0 still works.
Hi,
I met the same problem, any solution to fix it ?
Thanks