Hi All,
Did anyone face issue with client libs in publish instance..like latest clients code is available but rendering is taking old client libs.What might be the issue?
While rendering i added as ? query params then it is reflecting latest code.
How to fix any idea?
Thanks,
Nani
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @apmagss,
You can debug like below:
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @apmagss,
You can debug like below:
Hope this helps!
Thanks,
Kiran Vedantam.
Hi,
This is due to dispatcher caching, you should clear the dispatcher caching.
@apmagss ,
As you said that While rendering when you added as ? query params then it is reflecting latest code.
Can you please restart your publish environment?
Hope tis helps!!
Thanks
Hello,
Can you try hitting the publish instance only (and not dispatcher or VIP) and see if it seems fine? It looks like you are trying to hit the dispatcher/VIP and seeing cached values. Please try to clear any dispatcher and CDN/VIP caching (if any).
Also you can compare the js or css call for publish vs dispatcher/s to see the code difference eg: http://host:4503/etc.clientlibs/project/clientlibs/component/clientlib-component.js vs http://host:8080/etc.clientlibs/project/clientlibs/component/clientlib-component.js After cache clear these should be same
Views
Likes
Replies