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: Error 500 on authorization #1991

Open
Chebanya opened this issue Oct 9, 2024 · 3 comments
Open

Bug: Error 500 on authorization #1991

Chebanya opened this issue Oct 9, 2024 · 3 comments
Labels

Comments

@Chebanya
Copy link

Chebanya commented Oct 9, 2024

Summary

Error 500 when authorizing a registered user (closed bug report #1982 (comment))

2024-10-09.17.08.03.mov

Reproduction steps

1. Open the page with user authorization on the site - https://codebattle.hexlet.io/session/new?locale=en&next=%2F.
2. Open DevTools
3. Select the Network tab
4. Click on Fetch/XHR
5. Enter the e-mail address of the logged in user
6. Enter password
7. Click Submit

Expected result

The user is logged in, the server has responded positively to the request

Actual result

The user is not logged in, the server responded with error 500 to the request

Сurrent version of the site: 1c3e2ba
Google Chrome 129.0.6668.60 (Официальная сборка), (x86_64)
MacOS Ventura 13.3.1

Browsers

Chrome

OS

Mac

@rikoshet437
Copy link

Summary:
Authorization via email doesn't work

Environment:
Windows 11 Home 23H2 22631.4317
Google Chrome v130.0.6723.59 (64-bit)
Firefox 131.0.3 (64-bit)
Current site version: 1c3e2ba

Reproduction steps:

  1. Open website: https://codebattle.hexlet.io/
  2. Click on "Sign in" button
  3. Enter valid email and password in authorization form
  4. Click "Submit" button

Expected result:
Authorization is successful, user is transfered to main page

Actual result:
Authorization doesn't work, there is error 500(Internal Server Error) in the "Network" tab in DevTools

2024-10-22.19-52-02.mp4

@AnnaAnPetrova
Copy link

AnnaAnPetrova commented Nov 3, 2024

Ошибка авторизации пользователя с существующими email и паролем

requirement: |
При правильном email или пароле пользователь должен войти в аккаунт
prerequisites:
Открыта страница логина
test-data: |
Email = [email protected] Password = password
environment: |
Google Chrome 126.0.6478.127 (Официальная сборка) (64 бит)
ОС Windows 11
steps:
Ввести Email
Ввести Password
Нажать кнопку «Submit»
expected-result: |
Пользователь должен попасть на главную страницу
actual-result: |
Пользователь не авторизован. Ошибка 500
real email

@Alexicd42
Copy link

Alexicd42 commented Nov 17, 2024

Description:
Windows 10, version Pro 22H2
Yandex browser version 24.10.3.814 (64-bit)
Codebattle version bb44a99

Production steps:

  1. Open https://codebattle.hexlet.io/
  2. Click on the “Sign in” button
  3. Enter your email in the “Email” field
  4. Enter your password in the “Password” field
  5. Click the “Submit” button
  6. Open Devtools

Expected Result:
User is authorized on the site by entering his login and password

Actual result:
The user is unable to authorize to the site using login and password. An error appears in the Devtools console.

Ошибка 500  3
Ошибка 500  2
Ошибка 500  1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants