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
When accessing the Shopping list on a Android device (in my case Xiaomi 13t) and then switch to offline mode (turn off Wifi and mobile data), it doesn't recognize it properly. The offline message is only displayed for an short time after a request was initiated. It resets directly to the previous value before the change. I can reproduce it on Firefox and Chrome for Android.
Screen recording:
WhatsApp.Video.2024-07-06.at.12.36.03.mp4
I can not reproduce it when using the desktop version (Linux). If I set the throttling to "Offline", then it all works fine.
Steps to Reproduce
Open the Shopping List
Turn off Wifi and mobile data or turn on flight mode
It's not possible to modify list items as described above.
Looks like the service worker caches the requests. In offline mode the requests still return 200 OK (from service worker). Screenshot from Network tab:
Zipped HAR file (you can extract it and then import the HAR file in the network tab of Chrome): demo.mealie.io.zip
First Check
What is the issue you are experiencing?
When accessing the Shopping list on a Android device (in my case Xiaomi 13t) and then switch to offline mode (turn off Wifi and mobile data), it doesn't recognize it properly. The offline message is only displayed for an short time after a request was initiated. It resets directly to the previous value before the change. I can reproduce it on Firefox and Chrome for Android.
Screen recording:
WhatsApp.Video.2024-07-06.at.12.36.03.mp4
I can not reproduce it when using the desktop version (Linux). If I set the throttling to "Offline", then it all works fine.
Steps to Reproduce
Please provide relevant logs
Console log: demo.mealie.io-1720262329786.log
Looks like the service worker caches the requests. In offline mode the requests still return 200 OK (from service worker). Screenshot from Network tab:
Zipped HAR file (you can extract it and then import the HAR file in the network tab of Chrome):
demo.mealie.io.zip
Might be related to #3842.
Mealie Version
v1.10.2, can also be reproduced with the demo version.
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: