`computeUrl` function not working without `preComputeUrl` config set
The README states that I can use the computeUrl function to compute URL on demand. This does not work however because the function only computes the URL when the preComputeUrl config is set.
Package version
v1.0.7
Node.js and npm version
Node.js: v18.15.0 npm: v9.5.0
Sample Code (to reproduce the issue)
DO NOT set the preComputeUrl property on the decorator config and use the computeUrl function.
The URL is not set on the attachment.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am not using adonisjs and anymore, but this should still be a current issue with the library.
I just came across this problem too and found this issue.
+1 issue persists
Please provide a reproduction repo that I can use to reproduce the issue :)
Please provide a reproduction repo that I can use to reproduce the issue :)
@thetutlage I made a very basic demonstration using the same examples from the README. https://github.com/filipebraida/attachment-lite-problem