After dropping the component getting console error. | Community
Skip to main content
New Participant
May 16, 2022
Solved

After dropping the component getting console error.

  • May 16, 2022
  • 1 reply
  • 711 views

I have added component to the page but it is not appearing until I refresh the page. Even listner for referesh page is not working I need to refresh manually then only component is appearing  Component( RTE, Drop Down, text field  only these field are there)

 

This is the console error I am getting while dropping the component to the page

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 Shubham_borole

Hi @ronnie09 

I faced similar issue in classic ui where I noticed that in ootb file libs/cq/ui/widgets/source/widgets/wcm/EditBase.Listeners.js there was a logic related to checking selector with was failing essentially adding  a"..html" at the end of the post call.

 

Similarly for your core.js where it is failing can you try to troubleshoot/debug and find what file the issue is happening and why? It could be another issue and not same, but just wanted to share if that helps and a similar approach can help. Please share the part where it is failing in core.js. 

1 reply

Shubham_borole
Shubham_boroleAccepted solution
New Participant
May 16, 2022

Hi @ronnie09 

I faced similar issue in classic ui where I noticed that in ootb file libs/cq/ui/widgets/source/widgets/wcm/EditBase.Listeners.js there was a logic related to checking selector with was failing essentially adding  a"..html" at the end of the post call.

 

Similarly for your core.js where it is failing can you try to troubleshoot/debug and find what file the issue is happening and why? It could be another issue and not same, but just wanted to share if that helps and a similar approach can help. Please share the part where it is failing in core.js.