Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Getting Unknown validation error while authoring experience fragment component

Avatar

Level 4

In our project there is header experience fragment(xf) and inside that we have authored Header component. This header component internally adds experience fragment component using data-sly-resource and path to our experience fragment component. We are authoring path of notification XF into this experience fragment component. 
I deployed this code in dev and stage server and there I can author path of notification XF into this experience fragment component but same thing is not working on stage. I am getting Unknown validation error as below

supriyahande_0-1690881282045.png

anyone know why this is happening? Appreciate your help.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This looks like due to a circular reference of experience fragment in your implementation which causes heavy performance issues, A fix to this was released which might be causing this error.

 

SITES-12893

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/maint... 

 

Also, check this

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/avoid-cyclic-referen... 

 

You are seeing discrepancies in behavior across environments because they might not be on the same (latest) version. please update and you will see the same result.

 

Could you please review your content structure?

 

Hope this helps!

 

Regards,

Nitesh

 

 

 

View solution in original post

4 Replies

Avatar

Employee Advisor

Hi @supriya-hande ,

 

You need to check your browser console to get more details about this error.

Also, check the error.log of AEM to see if something is wrong with the authored experience fragment.

 

Avatar

Correct answer by
Employee Advisor

This looks like due to a circular reference of experience fragment in your implementation which causes heavy performance issues, A fix to this was released which might be causing this error.

 

SITES-12893

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/maint... 

 

Also, check this

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/avoid-cyclic-referen... 

 

You are seeing discrepancies in behavior across environments because they might not be on the same (latest) version. please update and you will see the same result.

 

Could you please review your content structure?

 

Hope this helps!

 

Regards,

Nitesh

 

 

 

Avatar

Community Advisor

I also suggest to open a case with Adobe.



Arun Patidar