Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization Successful and then nothing happens #10

Closed
Poseidon444 opened this issue Jan 23, 2022 · 6 comments
Closed

Authorization Successful and then nothing happens #10

Poseidon444 opened this issue Jan 23, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Poseidon444
Copy link

Describe the bug
A clear and concise description of what the bug is.
Authorization is successful but after that nothing happens, it stays stuck on the screen where it asks for credentials
To Reproduce
Steps to reproduce the behaviour:

  1. launch the app
  2. Add credentials
  3. authorize yourself

Installation Source/Method

Desktop (please complete the following information):

  • OS: Arch
  • Version :2022.01.01
@Poseidon444 Poseidon444 added the bug Something isn't working label Jan 23, 2022
@KRTirtho
Copy link
Owner

Do you have any modern browser installed? There must something wrong in your OS's dbus configuration

Run following in terminal:

xdg-open https://google.com

It should open a browser window and navigate to google.com. If nothing happens in this case too then something is definitely wrong in your OS's dbus configuration or x-org/wayland configuration

@Poseidon444
Copy link
Author

it Opens up firefox with google.com

@KRTirtho
Copy link
Owner

KRTirtho commented Jan 23, 2022

Well, I found the issue. The same issue was occurring while I was packaging for flatpak. The canLaunch function of url_launcher package isn't that stable in linux & returns false even if the link is launchable
Don't worry it'll be fixed in the next release

Here's the piece of code causing the error

if (await canLaunch(authUri)) {

@Poseidon444
Copy link
Author

Glad I could be of help! and thanks a lot for making something this awesome!
I will be closing the issue since it will be fixed
Thank you!

@subdavis
Copy link

I've just hit this. I see the issue is closed, but there hasn't been a new release.

Please notify the thread when this lands in a release. Thanks!

@CyberWorrior2222
Copy link

May I add that for me Opera GX was causing the error. I had to change my browser to Edge for it to work.

@chen-junl chen-junl mentioned this issue Jan 26, 2024
2 tasks
@Soyasi Soyasi mentioned this issue Jan 28, 2024
2 tasks
@lorypelli lorypelli mentioned this issue Sep 21, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants