Hello, what happens is that I have a problem that does not load the client-base in AEM environments, more specifically the min.js file, and this causes errors such as the Image component doesn't render the image.
The strange thing is that previously this didn't happen, this is an example of an environment when the file was imported.
And this is an actual example that the file is not imported
And is in the path: ui.apps > src > main > content > jcr_root > apps > tfs > clientlibs > clientlib-base
What can be the problem that cause this or how can I debug to find why the issue.
This is the code that I have on my .content.xml file
Solved! Go to Solution.
Views
Replies
Total Likes
There could multiple reasons that might be causing this issue.
I would check logs while building the frontend.ui module and also error.log file while accessing the page where this clientlib should be loaded.
In the page template's customheaderlibs.html and customfooterlibs.html files, make sure you are including tfs.base client lib using the clientlib template call.
There could multiple reasons that might be causing this issue.
I would check logs while building the frontend.ui module and also error.log file while accessing the page where this clientlib should be loaded.
In the page template's customheaderlibs.html and customfooterlibs.html files, make sure you are including tfs.base client lib using the clientlib template call.
Views
Likes
Replies