Skip to content

TinyEditor v4: Images in existing blocks saved as Livewire preview URLs causing 401 #113

Description

@admiralbub

When uploading images in TinyEditor for Filament v4, images added into an existing editor block are saved with a temporary Livewire preview URL:

/livewire/preview-file/...jpg?expires=...&signature=...

Image

As a result, on the frontend the image fails to load and returns 401 Unauthorized.

Image

Expected behavior

Images should be stored with a permanent path (e.g. /storage/uploads/...) and displayed correctly.

Image

Workaround

If the image block is deleted and a new block is created with the same image uploaded again, the file is saved correctly (/storage/uploads/...) and works without 401 errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions