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

Auth broken - redirects to localhost #199

Open
phoenixbox opened this issue Dec 2, 2024 · 6 comments
Open

Auth broken - redirects to localhost #199

phoenixbox opened this issue Dec 2, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@phoenixbox
Copy link

Description

After google auth the callback url seemed to be some localhost:port redirect so the token wasnt exchanged.
Maybe the env variable for redirect wasnt set to the prod version during the latest build?

Cap_0.3.1-alpha.26_aarch64.dmg

Now Im stuck in a white space
image

Reproduction

Additional Context

  • Cap version:
  • Operating system, version:
  • Device (optional):

No logs dir has been created at this location:
/Library/Logs/so.cap.desktop

@phoenixbox phoenixbox added the bug Something isn't working label Dec 2, 2024
@Brendonovich
Copy link
Member

Brendonovich commented Dec 5, 2024

The localhost redirect is intentional, it's how the token gets back to the app.
Does the /Users/{your user}/Library/Application Support/so.cap.desktop/store file contain any auth info?
image

@sanjeed5
Copy link

sanjeed5 commented Dec 6, 2024

Faced this bug, not able to login

@sanjeed5
Copy link

sanjeed5 commented Dec 6, 2024

I can't find the Logs either in that location. No folder called so.cap.desktop.

Version: 0.3.2 aarch64

@Brendonovich
Copy link
Member

Whoops the path i provided was wrong, I've updated it now

@ziyaDev
Copy link

ziyaDev commented Dec 8, 2024

same here

@sanjeed5
Copy link

sanjeed5 commented Dec 9, 2024

@Brendonovich here's the store info:

cat store
{
"general_settings": {
"enableNotifications": true,
"hasCompletedStartup": true,
"openEditorAfterRecording": true
},
"hotkeys": {
"hotkeys": {}
},
"auth": null
}%

Please let me know if I can help in any other way 🙌

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