objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Micro App Main page is cached by CloudFront when domain is used #191

Closed objecthub-io closed 7 years ago

objecthub-io commented 7 years ago

Steps

Findings

When opening the Micro App through it's custom domain, the old Micro app still appears, since it was cached by Cloud Front.

objecthub-io commented 7 years ago

Fixed.

The problem was that CloudFront defaulted to caching objects for 24 hours. By providing a Cache-Control header defaulting to 0 this behaviour is now overridden.