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
title = "Edge Function deploy failed due to an internal error"
3
+
topics = [ "functions" ]
4
+
keywords = [ "fail", "deploy" ]
5
+
6
+
[[errors]]
7
+
http_status_code = 500
8
+
message="Function deploy failed due to an internal error"
9
+
10
+
[[errors]]
11
+
http_status_code = 500
12
+
message="unexpected deploy status 500"
13
+
---
14
+
15
+
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.
16
+
17
+
You can also try [alternative bundle methods](/docs/reference/cli/supabase-functions-deploy):
18
+
19
+
-`--use-api`: Use Management API to bundle functions.
20
+
-`--use-docker`: Use Docker to bundle functions.
21
+
22
+
If you're not able to run the CLI or cannot identify the cause, [open a support ticket](/dashboard/support/new).
0 commit comments