mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
50 stars 21 forks source link

UnKnown Problem #62

Closed tomonly4work closed 1 year ago

tomonly4work commented 1 year ago

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. image image

Need help, thx!!

mostafaznv commented 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?

tomonly4work commented 1 year ago

Hi~ This is my setting in composer.json image

composer update is not working, everything is the latest version

I have success to create a ckeditor like this image

However if I try to switch to, maybe http://localhost:8000/admin/resources/carousel-pictures , it failed and show the error in console.

mostafaznv commented 1 year ago

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.

tomonly4work commented 1 year ago

Laravel Framework 9.52.10 Laravel Nova· v4.26.3

thx for the information.

mostafaznv commented 1 year ago

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?

tomonly4work commented 1 year ago

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~

mostafaznv commented 1 year ago

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

tomonly4work commented 1 year ago

Bravo, It solves the problem, thanks for the updating!!