I am using viewerjs library in crafter 3
The thing is the library uses a relative url in order to work just like this:
<a href="http://example.org/ViewerJS/#../path/to/filename.ext">
the problem is when I do the same in crafter I get this error:
Caused by: org.craftercms.core.exception.StoreException: Unable to find content: ../data/repos/sites/viewerv2/sandbox/static-assets/viewerJS is not a file
Is there any way to fix that?