supabase function deploy not working

I get no error message other than this :/
No description
5 Replies
Joshua
JoshuaOP3y ago
The function works just fine with supabase functions serve isuser
Joshua
JoshuaOP3y ago
Is it because I import these?
No description
Joshua
JoshuaOP3y ago
yeah idk worked for my first ever deploy I was able to delete the deploy but now I can't deploy any new functions
Joshua
JoshuaOP3y ago
I found a GitHub issue related to my problem. I then found a fix here https://github.com/supabase/supabase/issues/7027#issuecomment-1271497629
GitHub
Edge function deploy failed after delete once · Issue #7027 · supab...
Bug report Describe the bug edge function can't be deploy To Reproduce I can't find the way to update a Published function so I delete it and re-deploy it, after this I can'...
Joshua
JoshuaOP3y ago
Seems to be a cache issue 🤷‍♂️ since running rm -rf ~/.supabase fixes the issue. This is so annoying I have to delete cache every time

Did you find this page helpful?