AppFlow Live Update works but changes doesn't show up

I have been trying to get AppFlow Live Update to work for a few days.
Almost busted my limit for the month and also contacted the support team but no response yet.

Okay first, the updates works.
I set my config to None so that I handle the update myself.
So the update go all the way through and then reload and i can see the build version changed.

But, no changes happen at all, this mean if i changed anything in the app Html Js CSS well it doesn’t show up. In the console I don’t see any error that could be related to that. If i restart the app, changes doesn’t appear either. So basically, I get the update but doesn’t override the app at loading.

"@angular/common": "^11.2.11",
"@angular/core": "^11.2.11",
"@angular/forms": "^11.2.11",
"@angular/platform-browser": "^11.2.11",
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@capacitor/android": "^3.0.0-beta.3",
"@capacitor/core": "^3.0.0-beta.3",
"@capacitor/device": "^0.5.6",
"@capacitor/local-notifications": "^0.6.0",
"@capacitor/push-notifications": "^0.3.6",
"@capacitor/splash-screen": "^0.3.6",
"@capacitor/storage": "^0.3.6",
"@ionic/angular": "^5.6.4",
"cordova-plugin-ionic": "^5.4.7",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"rxjs": "^6.6.7",
"socket.io-client": "^4.0.1",
"tslib": "^2.2.0",
"zone.js": "^0.11.4"

"@angular-devkit/build-angular": "~0.1102.4",
"@angular-eslint/builder": "2.0.2",
"@angular-eslint/eslint-plugin": "2.0.2",
"@angular-eslint/eslint-plugin-template": "2.0.2",
"@angular-eslint/template-parser": "2.0.2",
"@angular/cli": "~11.2.4",
"@angular/compiler": "~11.2.0",
"@angular/compiler-cli": "~11.2.0",
"@angular/language-service": "~11.2.0",
"@capacitor/cli": "^3.0.0-beta.3",
"@ionic/angular-toolkit": "^3.1.1",

I got a reply from the support team.

Trying to run IonicCordova.deploy.getCurrentVersion()
In the web console from a device and get this error:

Any one ever got this error?

“ReferenceError: Ionic is not defined
at IonicDeployImpl. (http://localhost/:2319:33)
at step (http://localhost/:1764:23)
at Object.next (http://localhost/:1745:53)
at http://localhost/:1739:71
at new Promise ()
at __awaiter (http://localhost/:1735:12)
at http://localhost/:2316:87
at new Promise ()
at IonicDeployImpl. (http://localhost/:2316:39)
at step (http://localhost/:1764:23)”

Update all @capacitor packages (ios/android/core/cli) to rc.1 version, previous versions had issues with live updates