DELETEのエラー #211

Closed k-shiomura opened this issue on 4 Jun 2024 - 1 comment

@k-shiomura k-shiomura commented on 4 Jun 2024

アカウントを削除しようとすると404 Not Foundが発生した。
しかし、なぜかアカウント自体は削除出来ているようで/accountsのGETをたたくとアカウントが消えていることを確認した

line:80の accountManager.deleteAccount(accountId, token, password);
をif文の最後の処理にすることで回避可能(204)
favoriteManager.removeFavoriteById(accoundId);を解決できればエラーはなくせそう

@g-ichimaru g-ichimaru changed priority from default to important on 6 Jun 2024
@g-ichimaru g-ichimaru changed priority from important to default on 6 Jun 2024
@g-ichimaru g-ichimaru changed priority from default to highest on 6 Jun 2024
@g-ichimaru g-ichimaru changed priority from highest to default on 6 Jun 2024
@n-nitta n-nitta changed assignee from Not assigned to g-ichimaru on 6 Jun 2024
@n-nitta n-nitta changed assignee from Not assigned to g-ichimaru on 6 Jun 2024
@n-nitta n-nitta added the bug label on 6 Jun 2024
@k-shiomura k-shiomura closed this issue on 6 Jun 2024
Labels

Priority
default
Milestone
No milestone
Assignee
No one assigned
3 participants
@k-shiomura @g-ichimaru @n-nitta