Closed
Bug 1942057
Opened 1 month ago
Closed 1 month ago
OAuth dialog silently failed when other http process running on localhost
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1748416
People
(Reporter: tsamukawa, Unassigned)
Details
Steps to reproduce:
- Before opening Thunderbird, launch some http application (nginx, apache etc).
- adding a new mail account using OAuth like Gmail.
- save the config using IMAP with OAuth2 as authentication method.
- try fetching mail from the server.
Actual results:
Authentication dialog opened, then I clicked Accept button.
But no content displayed in the dialog.
I have checked Developer Tool, it reports "NS_ERROR_GENERATE_FAILURE".
And that URL is "https //localhost/?code=..." .
So I was aware conflicting localhost development server is running.
Expected results:
Reporting proper error.
Or launch internal server with other port number if could.
Reporter | ||
Updated•1 month ago
|
Hardware: Unspecified → Desktop
Updated•1 month ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 1 month ago
Duplicate of bug: 1748416
Resolution: --- → DUPLICATE
Summary: OAuth dialog silently failed when other http process running → OAuth dialog silently failed when other http process running on localhost
You need to log in
before you can comment on or make changes to this bug.
Description
•