mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #1429] 🐛 [Bug] Unable to add gmail account #654
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#654
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 @clickbrain on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1429
Originally assigned to: @christer77 on GitHub.
🐛 Bug
I am getting an error from Google when I try to add an email account.
Installed via Yuno Host
Add An Email Account
Choose Gmail
Enter my gmail account
Give it a label of Personal
Click Next
Click Enable
Redirects to Google Auth page
Message from Google:
"Access blocked: Authorization Error
Missing required parameter: client_id
Error 400: invalid_request
Error 400: invalid_request
Request details: flowName=GeneralOAuthFlow"
Version & Environment
@marclaporte commented on GitHub (Apr 29, 2025):
@christer77 @Bienvenumoringa Please advise
@christer77 commented on GitHub (Apr 30, 2025):
@clickbrain
Working in progress : https://github.com/cypht-org/cypht-website/pull/119
But We can assist you, come to the cypht community and see if we can do screen sharing.
@christer77 commented on GitHub (Jun 24, 2025):
Hello @clickbrain
Can you test this
@christer77 commented on GitHub (Jul 7, 2025):
This already resolves this issue; if it is still not the case, please reopen it.
@Baraka24 commented on GitHub (Jul 7, 2025):
Helpful resources:
Kindly test.
@Node815 commented on GitHub (Jul 9, 2025):
I followed the guide for the gmail auth and it complains about the missing client_id
As you can see in my .env file, it exists:
EDIT:
To add to this, I was also unable to add GMX and My IMAP accounts from MXroute so I don't know if there is a big issue with app or not. For now, I removed it and pruned it and will give it some time.
@christer77 commented on GitHub (Jul 9, 2025):
If you allow it, we can do a screen share, @Baraka24 and I will attend.
Thank you.
Let's continue to cypht community
@christer77 commented on GitHub (Aug 5, 2025):
Hello @Node815
@marclaporte commented on GitHub (Sep 1, 2025):
@clickbrain @Node815 The monthly Cypht community meetings are a great opportunity to show bugs: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings
@IrAlfred commented on GitHub (Jan 12, 2026):
This error occurs when there's a mismatch in OAuth redirect URIs. Google validates the entire URL, including all query parameters.
For your setup:
In your
.envfor example, if you have: GMAIL_CLIENT_URI=http://localhost/cypht_test/?page=homeGoogle Console's "Authorized redirect URIs" must contain this exact URL with all parameters: http://localhost/cypht_test/?page=home
Common mismatch: Using http://localhost/cypht_test/ without the ?page=home parameter will fail.
@IrAlfred commented on GitHub (Jan 12, 2026):
Related to this https://github.com/cypht-org/cypht/issues/1655