You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this seems to fail, triggering an abort in Laravel\Nova\Http\Controllers\TrixAttachmentController I think it's because the Trix field components don't expect the underlying database field to be cast to json rather than holding text and so the attribute that holds the image can't be located.
The text was updated successfully, but these errors were encountered:
Ideally regions and pages should support the standard Trix field attachments (https://nova.laravel.com/docs/1.0/resources/fields.html#file-uploads)
These can also be used by other WYSIWYG components as well (eg https://novapackages.com/packages/froala/nova-froala-field)
Currently this seems to fail, triggering an abort in
Laravel\Nova\Http\Controllers\TrixAttachmentController
I think it's because the Trix field components don't expect the underlying database field to be cast to json rather than holding text and so the attribute that holds the image can't be located.The text was updated successfully, but these errors were encountered: