You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I curl this URL and then call link-to-asset multiple times afterwards, I always get a new URL. The expected behavior is for the URL to be unchanging after the asset has been generated once (because it's now using the generated file's md5 in the link instead of a timestamp).
Note that link-to-asset works as expected with non-concatenated assets.
The text was updated successfully, but these errors were encountered:
If I curl this URL and then call
link-to-asset
multiple times afterwards, I always get a new URL. The expected behavior is for the URL to be unchanging after the asset has been generated once (because it's now using the generated file's md5 in the link instead of a timestamp).Note that
link-to-asset
works as expected with non-concatenated assets.The text was updated successfully, but these errors were encountered: