Forum Discussion

kelvis2000's avatar
kelvis2000
Visitor
10 years ago

Updated XML and Images not being reflected in Roku

I just edited a couple of XML files and 4 images on
Amazon S3 where I am using Cloudfront.
The Changes are not appearing when I view my channel
on TV, I tried republishing the package a few times
nothing seems to work, it seems like it is cached?

Thanks

Kevin

2 Replies

  • Cloudfront is a cache, do don't expect anything to change for a few hours. If you want to see changes right away, you need to change the URLs, or append something unique to each url like:

    object.url=object.url+"?random="+rnd(10).tostr()

    - Joel