Closed tomonly4work closed 1 year ago
Hi, could you please provide me with the exact versions of Laravel
, Nova
, and NovaCkeditor
?
Have you tried updating the dependencies using composer update
?
Hi~ This is my setting in composer.json
composer update is not working, everything is the latest version
I have success to create a ckeditor like this
However if I try to switch to, maybe http://localhost:8000/admin/resources/carousel-pictures , it failed and show the error in console.
Thanks.
You can find the exact version of Laravel by using the php artisan --version
command.
Additionally, you can see the exact version of Nova in the footer of every Nova page.
Laravel Framework 9.52.10 Laravel Nova· v4.26.3
thx for the information.
Thank you. I will check it later today. Does this error occur whenever you switch from a resource containing CKEditor field to all other resources, or does it only happen when you switch to the carousel-pictures resource?
It happens whenever I switch from a resource containing CKEditor field to all other resources. If i remove the ckeditor, everything will work fine.
Thank you~
Thank you for reporting the issue. The bug has been fixed and released under version 5.1.3
Please update the package using composer update
Bravo, It solves the problem, thanks for the updating!!
php 8.0.2 Laravel 9 Nova 4
When I want click to other resources, it shows some error in console and the page stop.
Need help, thx!!