You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using DuckDuckGo as my default browser, and whenever I try to log in to a Mastodon account, the URL is interpreted as a search query instead of an actual URL to load. I suspect this is due to the spaces in the URL (constructed in the MastodonOAuthService.getWebOAuthUrl function). When I manually adjust the spaces to %20, the URL works as expected.
To Reproduce
Steps to reproduce the behavior:
Install DuckDuckGo Privacy Browser from Google Play Store
Set DuckDuckGo as the default browser app in Settings
Open TwidereX
If TwidereX already has logged-in accounts, go to the "Accounts" menu and click the plus sign. (Otherwise, do nothing as it automatically enters the new-account screen.)
Click "Sign in with Mastodon"
Enter the domain name of a Mastodon instance.
Observe that DuckDuckGo opens to a search page.
Expected behavior
DuckDuckGo should open the OAuth login page for the Mastodon instance.
Screenshots
Hopefully not necessary but I can provide them if needed.
Smartphone (please complete the following information):
Device: Samsung Galaxy S9
OS: Android 10
Google Play Store
Twidere 1.5.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using DuckDuckGo as my default browser, and whenever I try to log in to a Mastodon account, the URL is interpreted as a search query instead of an actual URL to load. I suspect this is due to the spaces in the URL (constructed in the MastodonOAuthService.getWebOAuthUrl function). When I manually adjust the spaces to
%20
, the URL works as expected.To Reproduce
Steps to reproduce the behavior:
Expected behavior
DuckDuckGo should open the OAuth login page for the Mastodon instance.
Screenshots
Hopefully not necessary but I can provide them if needed.
Smartphone (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: