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
on a field Mardown wtih upload file allowed : Markdown::make('Description')->alwaysShow()->translatable()->withFiles('s3')->rules(['required'])
The url to the upload return a 404.
Without ->translatable() it works
Hi,
on a field Mardown wtih upload file allowed :
Markdown::make('Description')->alwaysShow()->translatable()->withFiles('s3')->rules(['required'])The url to the upload return a 404.
Without
->translatable()it worksBest