-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login needed each time the app is opened #2
Comments
on my devices I do not have this issue... |
I have the same issue, MIUI Global 14.0.1 |
If someone knows a fix let me know. I am running the app on several devices and none has this issue... |
Yeah this is happening to me too. Using Xiaomi 13 Ultra. I need to log in every single time and with TOTP turned on, it's a pretty annoying process. I found these as a starting resource in attempting to fix the issue:
Seems there's a couple of ways to ensure that login data is saved. Android: 13 |
Edit: Same problem on OnePlus 10 Pro Android 13. Could it be related to disabling AI/Training etc. in the chatGPT settings? At least it seems Xiaomi & OnePlus devices are affected now. |
no idea. Do you get something like "Your session has expired?" I get that sometimes after a few days. |
Nope. It just asks us to login again. I literally just swipe the app away and boom, logged out. You could try one of the methods on the Stackoverflow page. |
Maybe you have a strange webview installed on your system? Can you check your webview installation? Is it the "normal" Android System WebView from Google or something else like Bromite Webview? |
Can you try this? I added a flush() for CookieManager in onPause(). Maybe that helps. -Uninstall Test version1: |
And here is another test version that allows third party cookies. Test version 2: |
Hello, tried both test versions and they work fine now. I'll keep the first version. (MIUI 14 with Bromite Webview) |
@Kurasami Does Test version 1 also work for you and your wife? |
Works for both of us 100% dude. You rock! Now if you could just give us the option to remove the top proxy banner that would be great 👍 P.S. Sending some money your way. Thanks for fixing this so fast dude! You rock. I've used other apps but they all bundle with a bunch of other nonsense and essentially what anyone needs is just a low-overhead PWA like this to use the site. This is fantastic. HUGE thanks! |
Will make a new release next week without the proxy stuff. No idea if that works, I don't use proxies... |
Here is an apk without proxy banner will be soon on F-Droid |
Is this still coming to F-Droid sometime? I see new releases but they are not on F-Droid. |
V1.6 is on F-Droid https://f-droid.org/de/packages/org.woheller69.gptassist/ If you have the test version above you need to uninstall first, due to different signing key |
I noticed that the user has to login each time the app is opened, if it doesn't stay open in the background.
It would be nice if the login can be preserved in order to avoid needing to login each time, if this is possible with the way the app has been implemented.
The text was updated successfully, but these errors were encountered: