AEM Authioring Field missing in Author dispatcher but seeing the file in author, publisher and publisher dispatcher. | Community
Skip to main content
Level 2
January 21, 2020
Solved

AEM Authioring Field missing in Author dispatcher but seeing the file in author, publisher and publisher dispatcher.

  • January 21, 2020
  • 3 replies
  • 1616 views

We have multiple authorable fields in a component, and out of those fields we see one field is not getting displayed in author dispatcher dailog box. but we are seeing the default value in the page when we close the dailog box.

This issue happens in AEM Author Dispatcher only.

Any idea why the authorable field is not getting displayed in authorable dailog box?

 

 @kautuk_sahni  @smacdonald2008  @joerghoh 

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 joerghoh

If this is a custom component, there are many ways why this can happen. I would first check the source of the component itself and validate that it behaves correctly.

3 replies

Adobe Employee
January 21, 2020

Some incorrect CSS/JS files might have been cached on dispatcher which is causing the issue(Assuming this works fine bypassing author)

 

Can you try clearing the dispatcher cache and check if this is still an issue?

 

 

arunpatidar
Community Advisor
Community Advisor
January 23, 2020

Is this working without dispatcher? I meant in local instance?
If you see null/empty in dialog then make sure you should not have a dialog item node with 'config' name

 

Can you check error log as well?

Arun Patidar
joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
February 3, 2020

If this is a custom component, there are many ways why this can happen. I would first check the source of the component itself and validate that it behaves correctly.