Dragged components are not getting deleted inside one component | AEM 6.4.5 | Community
Skip to main content
shikhasoni1
Level 3
May 14, 2022
Solved

Dragged components are not getting deleted inside one component | AEM 6.4.5

  • May 14, 2022
  • 3 replies
  • 1550 views

Dragged components are not getting deleted inside expanded-image-card component | AEM 6.4.5

Attached console  error on clicking on delete

 

 

And network tab has no response for 

Request URL:

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shikhasoni1

There was a problem in the way nodes are created through HTML.

 

Issue is resolved now.

3 replies

Jagadeesh_Prakash
Community Advisor
Community Advisor
May 14, 2022

@shikhasoni1  Is this expanded-image-card custom component? 

 

If yes please go through your custom JS code or check your client js dependecies

shikhasoni1
Level 3
May 14, 2022

Yes this is custom component. 

Let me check js.

DEBAL_DAS
New Member
May 14, 2022

Are you trying to convert a string into a JSON Object in your custom js? If yes, then please check whether you are trying to convert empty string to JSON object. 

 

Please debug your custom client library and also refer https://www.stechies.com/uncaught-syntaxerror-unexpected-end-json-input/ to debug.

 

 

Debal Das, Senior AEM Consultant
shikhasoni1
Level 3
May 15, 2022

There was a problem in the way nodes are created through HTML.

 

Issue is resolved now.

 

 

arunpatidar
Community Advisor
Community Advisor
May 15, 2022

@shikhasoni1 seems issue is resolved but just wanted to mentioned.

This kind of issues happend when you have unclosed divs or html tags.

You can also delete component from content tree.

Arun Patidar