Closed kg-emid closed 4 months ago
Not sure what is happening. Can you provide a reproduction repo? I can't replicate this issue.
Hey @awcodes , the reproduction repo: https://github.com/kg-emid/filament-tiptap-broken-image
Thank you. Will look at it as soon as I can.
I'm still not able to reproduce the issue with your reproduction issue.
https://github.com/user-attachments/assets/ca35d956-6d3d-45e8-a1ee-2f461f7ac1c3
I am facing the same issue
I have solved the problem by updating the package config file and making 'use_relative_paths' => false,
Filament Version
v3.2.92
Plugin Version
v3.4.3
PHP Version
PHP 8.3.7
Problem description
After submitting Edit Media modal on image, the image is broken inside tiptap: https://github.com/awcodes/filament-tiptap-editor/assets/107583511/64e67c02-3dbc-4ed6-982c-546ca1e183f4
After editing existing image the path is broken (no "storage" in url) All configurations are default
Dumped state of EditMediaAction:
The preview image inside Edit modal is still ok
Expected behavior
The image should not be broken
Steps to reproduce
Reproduction repository
No response
Relevant log output
No response