Open KennyHammerlund opened 5 years ago
Have you tried updating to the latest Meteor beta version?
meteor update --release 1.8.1-beta.17
Ben,
Thanks for reaching out we are on 1.8.0.2 now I will get a chance in the next couple of days to try the upgrade and see if it works then.
Hey @KennyHammerlund Interested to read back your findings for the test. For us using 1.8.1-beta.15+ seems to have solved all HCP issues but I'm curious to see if there might be any cases we've missed testing for.
@KennyHammerlund Any findings from your side on the HCP improvements of meteor beta/rc releases?
https://github.com/meteor/meteor/pull/10248 1.8.1-rc.1 seems to be the latest atm.
In the process of going to 1.8.1 now. Running into some issues with the android build. I will let you know what we find.
@KennyHammerlund any update?
I'm having the same issue, once I updated from cordova-plugin-meteor-webapp
from 1.6.0 to 1.6.5. My current meteor version is 1.8.0.2.
I will try with 1.8.1 and see how it goes.
We have upgraded cordova-plugin-meteor-webapp
to 1.6.5 as a part of MeteorJS upgrade from 1.6.1 to 1.8.1 then HCP stopped working for Android while working perfectly fine in iOS. Can anyone provide some insights on what may have gone wrong?
I use 1.7.0 for cordova-plugin-meteor-webapp with Meteor release 1.8.1-issue-10516.0 and don't have any problems with HCP.
(Background: https://github.com/meteor/meteor/issues/10516)
My bad. I need to add the WebAppLocalServer.switchToPendingVersion call.
https://forums.meteor.com/t/meteor-1-8-1-released/48436
Cordova Hot Code Push mechanism is now switching versions explicitly with
call to WebAppLocalServer.switchToPendingVersion
instead of trying to
switch every time a browser reload is detected. If you use any third
party package or have your own HCP routines implemented be sure to call
it before forcing a browser reload. If you use the automatic reload from
the Reload
meteor package you do not need to do anything.
cordova-plugin-meteor-webapp PR #62
I use 1.7.0 for cordova-plugin-meteor-webapp with Meteor release 1.8.1-issue-10516.0 and don't have any problems with HCP.
(Background: meteor/meteor#10516)
@Nauzer 1.7.0 plugin? The last release I see is 1.6.5 -- where is the 1.7.0? Thanks!
HCP on android works for 1.6.0 but breaks on 1.6.1+ The app reloads on a change but the new files are not used. The only error I see in the verbose logs is an SSR error from one of our GraphQL requests.
I wish I had more info but maybe someone else with a similar issue can input. This is an abbreviated log.