mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 03:56:01 +08:00
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? This introduces a small snippet preview of the error code coming via our content API for the docs. This appears in a couple of places right now. - **Auth Overview** - This page isn't fully released yet, but it appears on the error codes table (as depicted below). - **Logs** - When you delve into the logs panel, if there's an error code available, they're also wrapped in this popover. We are also working on a shared-data package (#43458) to potentially replace this endpoint internally. Also introduces a multifaceted button to debug/fix with either Assistant or LLM of choice. | Auth Overview | Logs Panel | |--------|--------| | <img width="407" height="287" alt="Screenshot 2026-03-09 at 14 14 09" src="https://github.com/user-attachments/assets/7450dddb-6828-4cd3-802d-37d47ba1b440" /> | <img width="394" height="216" alt="Screenshot 2026-03-09 at 14 13 56" src="https://github.com/user-attachments/assets/80c2a46e-dbe4-4e88-a0a7-68b977a71d6b" /> | --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>