Feb 19, 2025
0
Level 1
Using Summernote and Magnific Popup for Image Gallery – Images Not Showing in Popup
Hi everyone,
I'm working on a Laravel project where I use Summernote for rich text editing, and Magnific Popup for showing images in a gallery popup.
I have images embedded inside a Summernote editor and I want to show these images in a Magnific Popup gallery when clicked. The images are stored in the gallery/message/ folder. However, when I try to open the images in the popup, the Magnific Popup doesn't display them and logs the following error in the console:
GET http://localhost:8000/message/view/undefined 404 (Not Found)
how can I solve this error
Please or to participate in this conversation.