Tim Mulders
Tim Mulders
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
@ElianCordoba I've tried to downgrade and remove the cache, but sadly when opening a second tab I still get the same error. Have you implemented the `persistentLocalCache`? And if so,...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
@cherylEnkidu, @jbalidiong or @DellaBitta, after further debugging, it seems the issue might be related to the line `await setPersistence(auth, browserLocalPersistence);`. When I remove or change it to `browserSessionPersistence`, the errors...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
@Daquisu Thank you for your assistance and efforts in finding a solution! Could you please clarify your suggestion? Are you recommending that I disable the network immediately after initializing the...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
@cherylEnkidu, I recently came across the indexedDBLocalPersistence option for firebase-auth, but I couldn't find any official documentation for it. Could you confirm if this is a maintained and recommended option?...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
Hi @basvandorst, I recently encountered an instance of the internal-assertion failure when multiple tabs were open. It seems my previous fix didn't resolve the issue as expected. However, my IndexedDB...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
Hi @cherylEnkidu, It’s been a while since the last update, and we’re still encountering the same issues. Unfortunately, none of the suggested solutions have resolved the problem on our end....
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
Hi @cherylEnkidu, Yes, this issue still occurs. I'm not entirely sure if the indexedDb localPersistence implementation also removes the entry when opening a new tab, but I suspect its behavior...
User hasn't closed app for a couple of days results in `INTERNAL ASSERTION FAILED: Unexpected state`
Hi @cherylEnkidu, I just checked and the issue is indeed on Safari, Chrome and Firefox.
I think this could be the same type of issue that is discussed over here https://github.com/firebase/firebase-js-sdk/issues/8383 and here https://github.com/firebase/firebase-js-sdk/issues/8250. @dconeybe maybe you can use those log files?
Is there still someone looking into this? I really need native HTML5 Drag & Drop support. And are we sure this solution works with the latest updates on the fullCalendar...