You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nThe user-service profile endpoint maps User not found to 400 Bad Request instead of 404 Not Found.\n\n## Expected\nMissing user profiles should return 404 so client behavior matches a not-found resource.\n\n## Acceptance criteria\n- GET /api/users/profile returns 404 when the authenticated user does not exist\n- controller test covers the not-found case\n- proxymock replay continues to pass after the change
Problem\nThe user-service profile endpoint maps
User not foundto400 Bad Requestinstead of404 Not Found.\n\n## Expected\nMissing user profiles should return404so client behavior matches a not-found resource.\n\n## Acceptance criteria\n-GET /api/users/profilereturns404when the authenticated user does not exist\n- controller test covers the not-found case\n- proxymock replay continues to pass after the change