Summary
When a user navigates to a creator profile URL with a non-existent creator ID, the page should display a clear not-found error state rather than loading indefinitely or crashing. An integration test should mock a 404 API response and confirm the error state is rendered.
Scope
- Mock the creator profile API to return 404 for a specific creator ID
- Navigate to
/creator/{unknown-id}
- Assert a not-found error message is displayed
- Assert the page does not show a loading skeleton or the generic network error state
- Assert a link or button to navigate back to the creator list is present
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
When a user navigates to a creator profile URL with a non-existent creator ID, the page should display a clear not-found error state rather than loading indefinitely or crashing. An integration test should mock a 404 API response and confirm the error state is rendered.
Scope
/creator/{unknown-id}Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram