emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Field not rendered #61

Closed avelap closed 3 years ago

avelap commented 3 years ago

I have followed all steps in the setup guide with no problem, but the field doesn't render throwing an error in web console. imagen The Vue component imagen

It seems weird to me if I pass an option to the field it gives me 500 error. With Trix field works fine. It could be my fault, but don't know where. I guess it's a config problem.

Laravel version is 6.20.22 Nova version is 2.12.0

avelap commented 3 years ago

after a congif:cache it works.

Thank you very much for your work.