every_door icon indicating copy to clipboard operation
every_door copied to clipboard

Login does not work

Open gylfiolafsson opened this issue 5 months ago • 7 comments

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.

gylfiolafsson avatar Jul 25 '25 09:07 gylfiolafsson

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

amenk avatar Aug 01 '25 07:08 amenk

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)

amenk avatar Aug 01 '25 07:08 amenk

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.

Zverik avatar Aug 01 '25 07:08 Zverik

The updated version you linked to logs in perfectly. Thank you.

gylfiolafsson avatar Aug 01 '25 09:08 gylfiolafsson

Awesome, thank you for testing! I hope to release 7.0 in a couple weeks.

Zverik avatar Aug 01 '25 10:08 Zverik

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?

mpeter50 avatar Dec 01 '25 00:12 mpeter50

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)

mpeter50 avatar Dec 01 '25 17:12 mpeter50