Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

3 Replies

Avatar

Correct answer by
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?