You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: