Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
title = "Edge Function deploy failed due to an internal error"
topics = [ "functions" ]
keywords = [ "fail", "deploy" ]
database_id = "30b3f7a4-a2b7-4430-8176-31aa4d92b2e9"

[[errors]]
http_status_code = 500
message="Function deploy failed due to an internal error"
message = "Function deploy failed due to an internal error"

[[errors]]
http_status_code = 500
message="unexpected deploy status 500"
message = "unexpected deploy status 500"
---

When encountering the `Function deploy failed due to an internal error`, try deploy the function via the [Supabase CLI](/docs/guides/local-development) with the `--debug` flag to gather extra information to identify the possible cause.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title = "Email template not updating"
topics = [ "auth", "studio" ]
keywords = [ "email", "template" ]
database_id = "47c4e2c7-0ff3-48e7-8c8a-912494ff8c24"

[[errors]]
code = "templatemailer_template_body_parse_error"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title = "How to delete Vercel linked projects"
topics = [ "platform" ]
keywords = [ "vercel", "delete", "marketplace", "projects", "organization" ]
database_id = "aafe6f52-de09-44ec-b329-1bbbf26146dd"

[api]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title = "Why are my Supabase branches empty?"
topics = [ "branching" ]
keywords = [ "branching", "migrations" ]
database_id = "c5dae428-8dd0-4879-b312-df7f7da25986"
---

Branching in Supabase (Branching 2.0) relies on the current migration files in your project—**not** a schema dump—when creating environments from `main`. This means if your `main` branch lacks migration history, branching will not fully capture your schema. This is a known limitation highlighted in the [Branching 2.0 documentation](/blog/branching-2-0#current-limitations). Follow the steps below to generate, synchronize, and repair your migration history for smooth branching.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title = "Project Status reports unhealthy services"
topics = [ "database", "studio" ]
database_id = "357e90d6-58a7-4347-a6c0-00622fcf9c81"
---

![Unhealthy services in Project Status](/docs/img/troubleshooting/project-status-unhealthy-services.png)
Expand Down
Loading