404 when access resource using /etc.clientlib proxy
I am getting a 404 error when trying to reference an image resource under a clientlib folder. According to the documentation, this should work. I am able to verify that the image can be opened using the /app path so I know that the ACL and path are correct. It seems like there is something else interfering with the resolution of etc.clientlibs proxy. Can anyone please give me some hints on what might be wrong?
Client lib folder with allowproxy = true
/app/myproject/clientlibs/clientlib-base/
Image location:
/app/myproject/clientlibs/clientlib-base/images/1.png
URL 404 error:
/etc.clientlibs/myproject/clientlibs/clientlib-base/images/1.png
