Skip to content

Nova Markdown File upload #97

@Kixell-NicolasJardillier

Description

Hi,

on a field Markdown with upload file allowed :

            Translatable::make([
                Markdown::make('Description')
                    ->alwaysShow()
                    ->withFiles('s3')
                    ->rules(['required']),
            ]),

The url to the upload return a 404 as the end of the URI is for example : field-attachment/translations_description_en
Without translatable it works as the end of the URI is : field-attachment/description

How this can be solved ?

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions