Hi all,
We are migrating the website from AMS to AEMaaCS.
As part of refactoring, we have moved the clientlibs to /apps/<project>/clientlibs.
We have set allowProxy = true and allowed clientlibs from dispatcher filter also.
On dispatcher, we have observed that sometimes the requested pages are loading all clientlibs and icons. At some times, pages are broken due to clientlibs not being loaded.
Need help in troubleshooting the root cause of the same.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
My guess is that CDN is serving cached HTML which has references to some older version clientlibs which is probably why this is intermittent.
Once the CDN cache expires this issue must be getting resolved.
Both clientlibs and HTMLs should have proper Cache-control/Surrogate-control headers.
For e.g from the screenshot I see cache-control header has max-age directive twice which should be fixed.
Whenever this issue comes, you can check for the Age and X-Cache response header in your browser for your HTML as well as clientlibs to validate the caching behaviour. Till that doesn't expire as per your set TTLs you will continue to get stale HTML/clientlibs and possible 404s.
Check this https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con... and
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con... to understand better. But this is just a guess, there could be other factors associated as well.
If intermittent issue is for same page then we may try to debug for cache issue.
Debugging with query params which does not get cached will ensure cached pages are not served and help in conclusion.
We tried with query params also. Even with query params also, sometime the client libs are loading fine and sometimes not.
@pardeepg4829047 There are a few things you can try to debug above issue:
1. You can check with query params : As you said that adding the query params also doesn't help and the intermitted issue persists. Then you can compare the response headers of the pages that are working fine and those where clientlibs are breaking.
2. Also when you say clientlibs are breaking, what does that mean?
Are the clientlibs not being called only?
Or, Are the clientlibs' calls returning some HTTP error? If so can you share what is the response from the network tab to help you further.
3. Also please check in the request.log and access.log to check the clientlib calls and see if there are any permission issues, or if the calls are getting filtered out by dispatcher rules.
The clientlibs throw 404 error intermittently.
See attached screenshot:
Hi @pardeepg4829047 ,
Seems very subjective and intermittent so its tough to figure out. However you may try https://teamtreehouse.com/community/encountering-a-neterraborted-error-and-404-error-when-refreshing... as this error was also on refresh only.
If somewhere in the nested structure path can be simplified in build/compilation
Thanks,
If it is inntermittent, then can you also provide a screenshot when you received a successful response of this pall-iconset.ttf ?
For successful response, the clientlibs are loading properly as shown below
My guess is that CDN is serving cached HTML which has references to some older version clientlibs which is probably why this is intermittent.
Once the CDN cache expires this issue must be getting resolved.
Both clientlibs and HTMLs should have proper Cache-control/Surrogate-control headers.
For e.g from the screenshot I see cache-control header has max-age directive twice which should be fixed.
Whenever this issue comes, you can check for the Age and X-Cache response header in your browser for your HTML as well as clientlibs to validate the caching behaviour. Till that doesn't expire as per your set TTLs you will continue to get stale HTML/clientlibs and possible 404s.
Check this https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con... and
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con... to understand better. But this is just a guess, there could be other factors associated as well.
hi @pardeepg4829047 ,
Hope you have found a solution for this. If not , few pointers worth trying if possible
Thanks,
Anil
@pardeepg4829047 Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies