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
Best
The text was updated successfully, but these errors were encountered:
Confirming, preview also does not work - the issue is with the URL when translations are active.
The problem exists for both Trix and Markdown type fields.
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
The text was updated successfully, but these errors were encountered: