Describe the bug
I'm unable to import a tree backup zip in both Chrome and Firefox for Android.
To Reproduce
Steps to reproduce the behavior:
Create a tree on mobile and download it. This does seem to produce a valid backup.
Try to import that backup file in either Chrome or Firefox on mobile. I haven't tested it with other browsers, but expect it to be broken as well.
The page gets stuck on the loading screen with no new tree showing up in the sidebar.
Expected behavior
The tree should be important and the user should be redirected to the newly imported tree.
Smartphone (please complete the following information):
Device: Pixel 6
OS: Android 14
Browser: Chrome / Firefox
Version: 120.0.6099.43 / 120.1.1
Additional context
I assume an error is thrown at some point, causing the code to stop before reaching the setLoading(false) statement (and before importing the tree). Remote debugging the app from a desktop browser should hopefully tell us what is causing this issue.
Describe the bug I'm unable to import a tree backup zip in both Chrome and Firefox for Android.
To Reproduce Steps to reproduce the behavior:
Expected behavior The tree should be important and the user should be redirected to the newly imported tree.
Smartphone (please complete the following information):
Additional context I assume an error is thrown at some point, causing the code to stop before reaching the setLoading(false) statement (and before importing the tree). Remote debugging the app from a desktop browser should hopefully tell us what is causing this issue.