Daniel Silveira
Daniel Silveira
Hi @ifox thanks for the reply. Updated to latest version: version 3.4.1. Delete module entry in database. Tried a few commands after the update: composer dump-autoload php artisan optimize:clear The...
Removing the `translatable()` on media, same result. ``` $form = Form::make(); $form->withFieldSets(new Fieldsets([ Fieldset::make() ->title('Services') ->id('services') ->fields([ InlineRepeater::make() ->name('services') ->label('Service') ->fields([ Medias::make() ->name('service_cover') ->label(twillTrans('Cover image')) ->max(1), Input::make()->name('title')->translatable(), Wysiwyg::make() ->name('lead') ->toolbarOptions([...
@ifox , Created new module, implementing the Form Fields using blade directive doesn't work ether [https://twillcms.com/guides/json-repeaters.html](https://twillcms.com/guides/json-repeaters.html) I will create a new project to compare. But I got no more clues...
Ok, after reinstall the project to reproduce the error. I Discover that for some reason multiple inline repeaters as JSON with images, the images cant be loaded for some reason....