In our component html file we are trying to include another html file located at "/etc/designs/proj-name/clientlib-emp/html/ex.html"
<div data-sly-include="/etc/designs/proj-name/clientlib-emp/ex.html"></div>
but we're seeing this error:
Caused by: java.lang.UnsupportedOperationException: Access to resource /etc/designs/proj-name/clientlib-emp/html/ex.html is denied, since the resource does not reside on the search path
What am i missing?