返回 Skill 列表
extension
分类: 开发与工程无需 API Key

supabase-common-errors

执行诊断并修复Supabase常见的错误和异常。当遇到Supabase错误、调试失败的请求或解决集成问题时使用。可以通过诸如“supabase错误”、“修复supabase”、“supabase无法工作”、“调试supabase”等短语触发。

person作者: jakexiaohubgithub

Supabase Common Errors

Prerequisites

  • Supabase SDK installed
  • API credentials configured
  • Access to error logs

Instructions

Step 1: Identify the Error

Check error message and code in your logs or console.

Step 2: Find Matching Error Below

Match your error to one of the documented cases.

Step 3: Apply Solution

Follow the solution steps for your specific error.

Output

  • Identified error cause
  • Applied fix
  • Verified resolution

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources