CDN Galaxy issue leading to infinite refresh calling old version

I’m hosting on Galaxy and having issues with Cloudfront CDN.

My app is on v69. The browser is making a request to:
https://abc.cloudfront.net/...e20eb36f9cd3269fde1830.js?meteor_js_resource=true&g_app_v=69

But I’m getting v68 in the response href. This is leading to an infinite refresh. Any ideas what the issue is?


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" class="__meteor-css__" href="https://abc.cloudfront.net/...ec4066144beb61f8c1f1ffa3.css?meteor_css_resource=true&amp;_g_app_v_=68">  <link rel="stylesheet" type="text/css" class="__meteor-css__" href="https://abc.cloudfront.net/...264c5be6bfcc792c39a791140.css?meteor_css_resource=true&amp;_g_app_v_=68">
<meta name="fragment" content="!">
<meta name="fragment" content="!">

Any ideas? Just seen had this same issue in production after an update.

I don’t use Cloudfront but is it possible that the cache isn’t invalidating? Maybe worth manually purging it to see if that resolves.