5 Replies
The function works just fine with
supabase functions serve isuser
Is it because I import these?

yeah idk
worked for my first ever deploy
I was able to delete the deploy
but now I can't deploy any new functions
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'...
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