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

[bug]: cant login via email in windows app #4031

Open
1 task done
medeiroz opened this issue May 2, 2024 · 1 comment
Open
1 task done

[bug]: cant login via email in windows app #4031

medeiroz opened this issue May 2, 2024 · 1 comment
Labels
bug Something isn't working desktop need testing Needs to be tested before merging onto production

Comments

@medeiroz
Copy link

medeiroz commented May 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I Can't login with my email

Error 403 forbidden showed

image

Steps to reproduce

  • When I open the Windows App
  • Click Login button
  • Select Continue With Email
  • Fill with my email
  • Click Send Magic Link Button
  • Check erro on devtools > network

Environment

Production

Version

Cloud

@medeiroz medeiroz added bug Something isn't working need testing Needs to be tested before merging onto production labels May 2, 2024
@elpinho
Copy link

elpinho commented May 24, 2024

The same 403 error is happening with me with the same error message.

However, I can login via Google, and on the first usage after login, everything works. After a while, things stop working (cannot view workspaces, shows "something went wrong", cannot save requests, etc) and I see the 403s on the dev tools with the same error message "Requests from referer https://tauri.localhost are blocked.".

After closing and reopening the app, I'm logged out, have to log in, and things work again for a while.

I'm clueless on how to fix this, but I found this on Stack Overflow:

It seems like you have set some referrer restrictions on your API key. You need to go to the Google Cloud Console and modify these restrictions on your API key.
https://stackoverflow.com/a/54079955

Since my problem is different though, should I open a new issue?

Edit: Seems to be related with #3803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop need testing Needs to be tested before merging onto production
Projects
None yet
Development

No branches or pull requests

3 participants