Open ahinkle opened 4 years ago
This also seems to be occurring when there is a Trix field that can store files (i.e. uses 'withFiles'). This occurs even when the Panel isn't used.
Inside of fields function
return [
Trix::make('Top Ad', 'mkt_top_ad')->withFiles('public')->hideFromIndex()->alwaysShow()->nullable()->stacked(),
Flexible::make('Badges')
->addLayout('', '', [
Image::make('Badge', 'badge')->maxWidth(150)->disk('public')
])->button('Add Badge'),
];
Removing the 'withFiles' call no longer presents this error.
Sometimes we have many flexible fields that need to be organized appropriately.
These can be done in various ways such as
However, using them with Flexible fields throws an error:
Replicate: