Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Author Pages opens blank because of one component

Avatar

Level 4

Hi,

I have a form component on our page that is breaking the author page. If I update the required mailto field with an email and refresh the authoring page it returns blank (including the component field on the left - no components shown). If I close and re-open this page it will still be blank. Only way to get it working again is to remove the form component in dev environment and import it back into prod. 

Any ideas on what I can check to correct this?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

@RooRue There must be an error in the logs on why it is breaking. 

It may be because of any of the following reasons: 

  • Form component code or its internal dependencies (services) missing or not satisfied 
  • Missing content or misconfigured content or configs
  • Component code in dev is different than in production 
  • Version mismatches 

Check the error in the logs or browser console to know the reason and fix it.

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Korrekte Antwort von
Community Advisor

@RooRue There must be an error in the logs on why it is breaking. 

It may be because of any of the following reasons: 

  • Form component code or its internal dependencies (services) missing or not satisfied 
  • Missing content or misconfigured content or configs
  • Component code in dev is different than in production 
  • Version mismatches 

Check the error in the logs or browser console to know the reason and fix it.

Avatar

Level 4

I have to admit... I'm not very experienced in this field and while I did go through the error logs and found the entry for my authoring of this page I didn't really understand it..

Ultimately, I realised the config for prod/uat demands only 1 email in that section and adding 2 breaks it.. so just adding the 1 and adding the second to the cc section works fine.

Thanks for the help as always everyone.

Avatar

Community Advisor

@RooRue There could proabably be an exception occuring in the sling modal.

There might be some mismatch of code in dev and prod.

Did you see any errors on the error log?