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=...
As a result, on the frontend the image fails to load and returns 401 Unauthorized.
Expected behavior
Images should be stored with a permanent path (e.g. /storage/uploads/...) and displayed correctly.
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.
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=...As a result, on the frontend the image fails to load and returns 401 Unauthorized.
Expected behavior
Images should be stored with a permanent path (e.g. /storage/uploads/...) and displayed correctly.
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.