Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in django admin i am use tinymce when image add by url in tinymce after save the data edit time in django admin image not show in tinymce solv this issue #480

Open
Kuldip4053 opened this issue Nov 30, 2024 · 1 comment

Comments

@Kuldip4053
Copy link

Kuldip4053 commented Nov 30, 2024

in django admin i am use tinymce, when image add by url in tinymce after save the data when we re open this data or edit that data in django admin image not show in tinymce solve this issue

i get this error in local system

i create a model that get image and after image upload i use this image url in tinymce

you can see this video

Screen.Recording.2024-11-30.123433.1.1.mp4
@Pantzan
Copy link

Pantzan commented Dec 10, 2024

It looks like a broken link between the form and the server serving the file.
what does the network tab in the browser reports? Is the URL correct and you can view the image on a separate tab? IT worth also to view the tinymce document using the code plugin so you can inspect the html tag that tries to render the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants