[Vuejs]-File pond load initial image from s3

0👍

For Whom it may be confused with this issue :
after a week finally, I figured it out. It was because of the browser cache. when the s3 URL load in img tag, the browser cached it and another time in the XHR request it doesn’t really request as normal as it could be. so I forced them to not cache 🙂
Refer to this StackOverFlow Issue

Leave a comment