Login does not work
I have a bug where I cannot log in. I am bounced back to the screen with big OAuth button. However, something illegible is flashed on the screen before the blue button reappears. Using new Pixel 9 phone.
As a note to others possibly seeing same problem: in the meantime I have exported the changeset to .osc file and uploaded using Vespucci as a way of preserving the changes I had already made.
Same in Pixel 8a, V6.0.0 - 5.9.9ß works Android 16
Username is flashing, but the it goes back to the oauth button
Another workaround: deleting the app data helped But of course loses the edits (it was only 1 in my case so I did not export it)
See https://github.com/Zverik/every_door/issues/857#issuecomment-3085626564 -- could you try logging in with the 7.0-alpha1 build? If it doesn't work, please open system logs and paste them here.
The updated version you linked to logs in perfectly. Thank you.
Awesome, thank you for testing! I hope to release 7.0 in a couple weeks.
I just updated to 6.0, got logged out and can't log in anymore, because I boune back to the log in button. I can't update to 7 because it can't be built for f-droid because of #975 . what can I do to be able to continue using the app? I also have a couple of changes I haven't uploaded yet. could we perhaps get a hotfix version 6.0.1?
It seems removing these files fixed the problem, now I was able to log in:
/data/data/info.zverev.ilya.every_door/shared_prefs/FlutterSecureStorage.xml/data/data/info.zverev.ilya.every_door/shared_prefs/FlutterSecureKeyStorage.xml
however this is only possible on rooted phones, as on newer android versions ADB cannot access /data/data. even on such phones you need a file explorer app that does extra work to work with mount namespaces, as to termux commands only the directory of the termux app is visible (unless you somehow work yourself around mount namespaces I guess)