[GH-ISSUE #4657] [Bug] initial sign-in using Google account doesn't work #2086

Closed
opened 2026-03-23 21:19:35 +00:00 by mirror · 11 comments
Owner

Originally created by @micklat on GitHub (Feb 15, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4657

Originally assigned to: @appflowy on GitHub.

Bug Description

The login process via Google gets stuck after feeding credentials and pressing "Continue".

How to Reproduce

  1. open appflowy (using AppImage) for the first time
  2. press "Log in with Google"
  3. a browser opens, I feed my credentials
  4. I get a page saying "Sign in to AppFlowy cloud", with the text:
    By continuing, Google will share your name, email address, language preference and profile picture with AppFlowy Cloud. See AppFlowy Cloud’s [privacy policy](https://appflowy.io/privacy) and [Terms of Service](https://www.appflowy.io/terms).
    and the buttons "Cancel" and "Continue".
  5. I press "Continue"
  6. the click is registered, and the status bar briefly shows some activity. Yet nothing happens.
  7. The AppFlowy login window is still animating, showing that the login process is in progress, but no progress is made.

Expected Behavior

expected login to complete and the app to start working

Operating System

Linux, 6.6.10-1-MANJARO

AppFlowy Version(s)

0.4.8

Screenshots

appflowy_stuck_in_login
I did press continue

Additional Context

No response

Originally created by @micklat on GitHub (Feb 15, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4657 Originally assigned to: @appflowy on GitHub. ### Bug Description The login process via Google gets stuck after feeding credentials and pressing "Continue". ### How to Reproduce 1. open appflowy (using AppImage) for the first time 2. press "Log in with Google" 3. a browser opens, I feed my credentials 4. I get a page saying "Sign in to AppFlowy cloud", with the text: ` By continuing, Google will share your name, email address, language preference and profile picture with AppFlowy Cloud. See AppFlowy Cloud’s [privacy policy](https://appflowy.io/privacy) and [Terms of Service](https://www.appflowy.io/terms). ` and the buttons "Cancel" and "Continue". 5. I press "Continue" 6. the click is registered, and the status bar briefly shows some activity. Yet nothing happens. 7. The AppFlowy login window is still animating, showing that the login process is in progress, but no progress is made. ### Expected Behavior expected login to complete and the app to start working ### Operating System Linux, 6.6.10-1-MANJARO ### AppFlowy Version(s) 0.4.8 ### Screenshots ![appflowy_stuck_in_login](https://github.com/AppFlowy-IO/AppFlowy/assets/3190517/afc36e32-2ddd-4b35-8706-a4aae49b917f) ![I did press continue](https://github.com/AppFlowy-IO/AppFlowy/assets/3190517/5ee26d4d-5af9-40b4-95aa-dc34b115db52) ### Additional Context _No response_
mirror 2026-03-23 21:19:35 +00:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@micklat commented on GitHub (Feb 15, 2024):

Tried to log in with github, similar problem (different dialogs but identifying doesn't get me in)

<!-- gh-comment-id:1945595799 --> @micklat commented on GitHub (Feb 15, 2024): Tried to log in with github, similar problem (different dialogs but identifying doesn't get me in)
Author
Owner

@poldueta commented on GitHub (Feb 16, 2024):

After updating to v0.4.8 faced with the same issue - app log out after each restart and then can't log in. Similar behaviour both on mobile and desktop apps. Exactly as were mentioned:

The AppFlowy login window is still animating, showing that the login process is in progress, but no progress is made.

<!-- gh-comment-id:1948489739 --> @poldueta commented on GitHub (Feb 16, 2024): After updating to v0.4.8 faced with the same issue - app log out after each restart and then can't log in. Similar behaviour both on mobile and desktop apps. Exactly as were mentioned: > The AppFlowy login window is still animating, showing that the login process is in progress, but no progress is made.
Author
Owner

@10nayan commented on GitHub (Feb 18, 2024):

I have faced the same issue, it wasn't working for GitHub and Discord also.

<!-- gh-comment-id:1950957165 --> @10nayan commented on GitHub (Feb 18, 2024): I have faced the same issue, it wasn't working for GitHub and Discord also.
Author
Owner

@appflowy commented on GitHub (Feb 19, 2024):

It should be fixed in 0.4.9

Similar issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4671

<!-- gh-comment-id:1953063004 --> @appflowy commented on GitHub (Feb 19, 2024): It should be fixed in 0.4.9 Similar issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4671
Author
Owner

@poldueta commented on GitHub (Feb 21, 2024):

Yes, looks like it fixed - after upgrading to 0.4.9 there is no such problem.

<!-- gh-comment-id:1956387538 --> @poldueta commented on GitHub (Feb 21, 2024): Yes, looks like it fixed - after upgrading to 0.4.9 there is no such problem.
Author
Owner

@justkelvin commented on GitHub (Apr 4, 2024):

@micklat This is what I added and liked to the app location. The mimetype helps recognize the app. Now the app works fine.

cat /usr/share/applications/appflowy.desktop

[Desktop Entry]
Name=AppFlowy
Icon=app_flowy.svg
Exec=/home/justkelvin/AppFlowy/AppFlowy
Terminal=false
Type=Application
MimeType=x-scheme-handler/appflowy-flutter;

<!-- gh-comment-id:2035896296 --> @justkelvin commented on GitHub (Apr 4, 2024): @micklat This is what I added and liked to the app location. The mimetype helps recognize the app. Now the app works fine. `cat /usr/share/applications/appflowy.desktop` [Desktop Entry] Name=AppFlowy Icon=app_flowy.svg Exec=/home/justkelvin/AppFlowy/AppFlowy Terminal=false Type=Application MimeType=x-scheme-handler/appflowy-flutter;
Author
Owner

@overtoneblue commented on GitHub (Apr 24, 2024):

@justkelvin what xdg-desktop portal are you using out of curiosity ? I haven't been able to sign in on a number of different browsers even after modifying the .desktop file and adding the association to my mimeapps.list file

<!-- gh-comment-id:2073682515 --> @overtoneblue commented on GitHub (Apr 24, 2024): @justkelvin what xdg-desktop portal are you using out of curiosity ? I haven't been able to sign in on a number of different browsers even after modifying the .desktop file and adding the association to my mimeapps.list file
Author
Owner

@SolarDesalination commented on GitHub (May 12, 2024):

I'm still having this issue with version 0.56. Linux Mint. Is there a preferred browser to use?

<!-- gh-comment-id:2106284874 --> @SolarDesalination commented on GitHub (May 12, 2024): I'm still having this issue with version 0.56. Linux Mint. Is there a preferred browser to use?
Author
Owner

@speed2exe commented on GitHub (May 13, 2024):

@SolarDesalination have you tried installing using flatpak instead? https://flathub.org/apps/io.appflowy.AppFlowy

<!-- gh-comment-id:2106565678 --> @speed2exe commented on GitHub (May 13, 2024): @SolarDesalination have you tried installing using flatpak instead? https://flathub.org/apps/io.appflowy.AppFlowy
Author
Owner

@SolarDesalination commented on GitHub (May 17, 2024):

Flathub login works thanks. Appimage doesn't.

<!-- gh-comment-id:2117920925 --> @SolarDesalination commented on GitHub (May 17, 2024): Flathub login works thanks. Appimage doesn't.
Author
Owner

@EnriqueRiosUniversidad commented on GitHub (Jun 16, 2024):

0.5.9, the log in is still not working witn .Image
but with Flatpak is all solve

<!-- gh-comment-id:2171741615 --> @EnriqueRiosUniversidad commented on GitHub (Jun 16, 2024): 0.5.9, the log in is still not working witn .Image but with Flatpak is all solve
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2086
No description provided.