Why Do Supabase Edge Functions Break After a While?

We’re running into an issue with Supabase edge functions: after some time, they start returning 404 errors with the response:
{"code":"NOT_FOUND","message":"Requested function was not found"}
{"code":"NOT_FOUND","message":"Requested function was not found"}
The only way we’ve been able to fix it is by making a small code change and redeploying, which obviously isn’t sustainable. Has anyone else faced this or know why it might be happening?
2 Replies
maalexisurenderan
maalexisurenderanOP2mo ago
Anyone?
garyaustin
garyaustin2mo ago
Probably have to find more info. Evidently no one is familiar with this happening.

Did you find this page helpful?