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
Hi! I upgraded my Imagekit package from 5.2.0 to 6.0.0 and the URL generation has a breaking change which doesn't seem to be described in the changelogs.
I do see that the URL generation changed when I look at the changelogs: "fix url for '"
But if what I understand is correct, this shouldn't be affecting me.
Hi! I upgraded my Imagekit package from 5.2.0 to 6.0.0 and the URL generation has a breaking change which doesn't seem to be described in the changelogs.
I do see that the URL generation changed when I look at the changelogs:
"fix url for '"
But if what I understand is correct, this shouldn't be affecting me.
Reproduction
Problem
With the code above I would expect
because that's how it worked before, and that's how it is described in the documentation
But I get
Workaround
I guess I can remove the
"/"
inpath: "/" + "71d7d317-ae4e-4003-82fd-ca6929b1e549.png",
Thanks you! 😄
The text was updated successfully, but these errors were encountered: