Skip to content

[Bug] 회원가입 성공 판정이 status===200 고정 — BE는 201 Created 반환 #28

Description

@dongmin0204

현상

SignupPage.jsx:200에서 if (response.status === 200)으로 성공을 판정. BE AuthController.registerResponseEntity.status(HttpStatus.CREATED)201을 반환한다(admin_be develop, 7/11 #275에서 변경).

결과: 가입은 성공하는데 FE는 "회원가입에 실패했습니다"를 표시하고 로그인 리다이렉트가 안 됨.

수정

2xx 판정으로 변경 (response.ok 또는 status === 200 || status === 201). imageService의 동일 문제는 #10 참조.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions