mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-27 09:26:38 +00:00
[GH-ISSUE #6129] [Bug] Magic Link signup not working #2713
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheCarpetMerchant on GitHub (Aug 30, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6129
Bug Description
First of, in Gmail when clicking the link it opens appended to "https://www.google.com/url?q=".
But the main problem is that when actually accessing the given url and clicking on the popup to open with "appflowy-flutter", this is what happens :

The bottom bar pops up, stays there a few seconds, and nothing else happens.
How to Reproduce
Expected Behavior
Log in / Sign up with magic link works
Operating System
Windows 10.0.19045 Build 19045
AppFlowy Version(s)
0.6.7.2
Screenshots
No response
Additional Context
No response
@wkoehn commented on GitHub (Aug 30, 2024):
I can't even get the android or windows apps to send a magic link. The email never shows up. Also tried "Continue with Google" and this times out with this error message:
@Nocturnal-ru commented on GitHub (Aug 30, 2024):
same problem
@BA-24 commented on GitHub (Aug 30, 2024):
Just got introduced to this program 30 minutes ago but previous versions (0.6.7.1, 0.6.6) don't seem to work either on my Windows machine. Looks like back-end issues?
@OctoShotG commented on GitHub (Aug 31, 2024):
Same issue, also not getting any links emailed
Latest flatpak on Linux
@khorshuheng commented on GitHub (Aug 31, 2024):
The backend service was unavailable, which has been resolved. Does the issue still persist?
@OctoShotG commented on GitHub (Aug 31, 2024):
Was able to login successfully
@Xazin commented on GitHub (Aug 31, 2024):
How about @wkoehn @TheCarpetMerchant @Nocturnal-ru and @BA-24 , do any of you still experience this issue?
@BA-24 commented on GitHub (Aug 31, 2024):
Just signed in successfully on the Android app
@max-kazak commented on GitHub (Sep 8, 2024):
I have the same issue on my system as well (flatpak version on Fedora 40).
Android app works using the same method.
@annieappflowy commented on GitHub (Oct 2, 2024):
@max-kazak , did you use Firefox?
@max-kazak commented on GitHub (Oct 4, 2024):
@annieappflowy, yes I usually use firefox. However, I've tried opening the magicling in chromium as well with the same results.
@candideu commented on GitHub (Nov 5, 2024):
Same issue for me...
I had to create the account on https://beta.appflowy.cloud first, then generate the Magic Links using the Android app, and then click on the magic link on my desktop.
The desktop app was unable to generate the links.
@oaklsb commented on GitHub (Dec 6, 2024):
Seriously. Just let us sign in with password.
@ToS0 commented on GitHub (Dec 8, 2024):
I get the server-side error, that my SMTP credentials do not work, but they do work with other apps:
"component":"api", "error":"Error sending magic link email: 535 5.7.8 Username and Password not accepted. For more information, go to\n5.7.8 https://support.google.com/mail/?p=BadCredentials ffacd0b85a97d-38621909754sm10076973f8f.80 - gsmtp", "level":"error", "method":"POST", "msg":"500: Error sending magic link", "path":"/magiclink", "referer":"appflowy-flutter://", "remote_addr":"172.18.0.7",Not sure, why Google and gSMTP is referenced here -- as an open source tool we should avoid these guys
@beep-beep-beep-boop commented on GitHub (Apr 7, 2025):
I think adding the option to at least paste the link it sends you and extracting the token from that might be decent. Or just also writing the token in the email and letting you paste it in, like a lot of things do. Depending on the link handling always working will mean there's a lot more cases where signing-in might be broken.
@khorshuheng commented on GitHub (Apr 7, 2025):
@beep-beep-beep-boop Yes, we are adding the support for OTP soon.
@annieappflowy commented on GitHub (Apr 18, 2025):
We have supported two alternative ways to sign in:
We will soon support login with password (thanks, @oaklsb )