Skip to content

[Bug] createGroup 요청 바디에 ubuntuUsername 누락 #8

Description

@dongmin0204

문제

그룹 생성 시 ubuntuUsername이 요청 바디에 포함되지 않아 그룹-ubuntu 계정 자동 연결 기능이 동작하지 않음.

원인

  • src/services/requestService.js:362:
    body: JSON.stringify({ groupName: groupName })
  • 백엔드 CreateGroupRequestDTO: groupName (필수) + ubuntuUsername (선택) 두 필드 정의
  • ubuntuUsername이 선택 필드라 서버 에러는 없지만, 그룹 생성 시 ubuntu 계정 자동 연결 기능이 무시됨

해결 방안

그룹 생성 폼에 ubuntuUsername 입력 필드 추가 후 요청 바디에 포함

심각도

중간 — 기능 누락 (에러는 없지만 의도한 동작 안 함)

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