You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no proper docs how to setup auto update, if I setuped means it showing new version and revert back due to failed call notifyAppReady. For manual mode its okay but auto mode many issue are there sometimes it looping and sometimes it downloading the latest bundle but failed
Current bundle loaded successfully. ['notifyAppReady()' was called] {"id":"builtin","version":"builtin","downloaded":"1970-01-01T00:00:00.000Z","checksum":"","status":"success"}
notifyAppReady was not called, roll back current bundle: utBEcUWH1d
notifyAppReady was not called, roll back current bundle: gNi389mylgX
Did you forget to call 'notifyAppReady()' in your Capacitor App code?
Getting new version again rollback to old version and again getting new version its doing like a loop. i can't able to find what is the issue.
but I added in app.component.ts itself then why its happen. i need to configure and test and for prod update. please help me.
The text was updated successfully, but these errors were encountered:
I'm not sure if that will help you ... in our Angular application we have the function call of CapacitorUpdater.notifyAppReady() in the main.ts file, which worked fine so far.
If I remember correctly, this did not work properly for us in the app.component.ts either.
I'm not sure if that will help you ... in our Angular application we have the function call of CapacitorUpdater.notifyAppReady() in the main.ts file, which worked fine so far. If I remember correctly, this did not work properly for us in the app.component.ts either.
there is no proper docs how to setup auto update, if I setuped means it showing new version and revert back due to failed call notifyAppReady. For manual mode its okay but auto mode many issue are there sometimes it looping and sometimes it downloading the latest bundle but failed
Current bundle loaded successfully. ['notifyAppReady()' was called] {"id":"builtin","version":"builtin","downloaded":"1970-01-01T00:00:00.000Z","checksum":"","status":"success"}
notifyAppReady was not called, roll back current bundle: utBEcUWH1d
notifyAppReady was not called, roll back current bundle: gNi389mylgX
Did you forget to call 'notifyAppReady()' in your Capacitor App code?
Getting new version again rollback to old version and again getting new version its doing like a loop. i can't able to find what is the issue.
but I added in app.component.ts itself then why its happen. i need to configure and test and for prod update. please help me.
The text was updated successfully, but these errors were encountered: