You asked to clear the cache and now the website looks completely ugly without CSS. The CDN reports 404 on the .css.
Solution : I do the following and it gets resolved :
$> drush -r /SiteBuilder/stage/public_html/ pm-disable cdn -y
$> drush -r /SiteBuilder/stage/public_html/ cc all
$> drush -r /SiteBuilder/stage/public_html/ pm-enable cdn -y
If you are using Amazon CloudFront CDN and still have problem, you may want to invalidate cache on AWS CloudFront like this :
- Navigate to https://console.aws.amazon.com/cloudfront/home
- Click on your cloudfront instance
- Click on the "Invalidations" tab
- Click the button "Create Invalidation"
- Enter path /
- Click the button "Invalidate"
Recent Comments