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
feat: add draft profile banner and improve profile 404 debugging
Show an info banner on the edit profile page when a profile is in draft
mode so users know their profile isn't yet visible on the public directory.
Add diagnostic logging to both the backend (ownerUid, requestingUid in
denied logs) and frontend (console.error on fetch failures) to help debug
intermittent 404s for draft profiles. Introduce loadProfile() gating so
the profile resource only fetches when explicitly requested by a component.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hint: 'If the profile exists but is draft, this may be a draft access control issue. Check that the auth token is being sent and that ownerUid matches.',
0 commit comments