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

[API][FEEDBACK/POST] Status code on response 500 instead of 200 when entering valid endpoint /api/feedback/{id}/reply. #2148

Open
AShoshu opened this issue Jan 18, 2024 · 0 comments
Labels
API bug Something isn't working Priority: Medium

Comments

@AShoshu
Copy link

AShoshu commented Jan 18, 2024

Reproducible: always.
Build found: last commit from https://github.com/ita-social-projects/TeachUA.
front 2024-01-04 d5b9ee
back 2024-01-04 7dd789
Preconditions
Postman is opened and the token(admin) is gotten.

Steps to reproduce

  1. Create GET request to 'http://speak-ukrainian.eastus2.cloudapp.azure.com/dev' using endpoint/api/feedback/4/reply
  2. Fill in body
    {
    "id": 0,
    "parentCommentId":4,
    "text": "Reply to comment from Postman24",
    "userId": 1
    }
    Actual result
    Ststus 500

Снимок экрана 2024-01-19 005834

Expected result
Status 200

@AShoshu AShoshu added bug Something isn't working Priority: Medium API labels Jan 18, 2024
@softservedata softservedata moved this to ToDo in QCBoard Jul 21, 2024
@softservedata softservedata moved this to To do in Backlog Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API bug Something isn't working Priority: Medium
Projects
Status: To do
Status: ToDo
Development

No branches or pull requests

1 participant