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

404 Not Found when trying GitHub OAuth login #234

Closed
minai621 opened this issue Jul 13, 2024 · 2 comments
Closed

404 Not Found when trying GitHub OAuth login #234

minai621 opened this issue Jul 13, 2024 · 2 comments
Labels
bug 🐞 Something isn't working
Milestone

Comments

@minai621
Copy link
Contributor

minai621 commented Jul 13, 2024

Canva.mp4

What happened:
A network error occurred while attempting to log in, and now every subsequent login attempt results in a 404 Not Found error.

When trying to log in in the development environment, the login works correctly.
It is suspected that the network error prevented user information from being saved, causing the usersService.findOrCreate to fail to find user information, leading to the 404 Not Found error.

What you expected to happen:
I expected the login process to complete successfully without encountering a 404 Not Found error.

How to reproduce it (as minimally and precisely as possible):
Attempt to log in using GitHub OAuth.
Experience a network error during the login attempt.
Try logging in again and observe the 404 Not Found error at the GET /auth/callback endpoint.

Anything else we need to know?: None.

Environment:

  • Operating system: MacOS Sonoma 14.4.1
  • Browser and version: Arc 1.51.0
  • CodePair version: v0.4.27

**Environment Update 24.07.13, 22:19 **:
The same issue occurs when tested on chrome.

  • Browser and version: Chrome 126.0.6478.127(arm64)
@minai621 minai621 added the bug 🐞 Something isn't working label Jul 13, 2024
@devleejb
Copy link
Member

Related to #209

@devleejb
Copy link
Member

The cause of this problem is #209.

@devleejb devleejb added this to the v0.1.0 milestone Jul 31, 2024
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
Archived in project
Archived in project
Development

No branches or pull requests

2 participants