Hi Sean,
I’ve successfully connected Supabase and moved away from Git. However, I’ve hit a deployment ‘split-brain’ issue: while my frontend changes go live instantly when I hit publish, the backend/API logic is not deploying.
I have tried clearing the cache and redeploying on my own, and it has done nothing. I’ve also verified the live setup by changing a visual on the main page - that update works, but the backend seems to remain stuck on stale code (see snips below. Please note: the edits it made to try to fix this issue did not work).
Since I am no longer using Git to trigger builds, what is the best way to force a full rebuild of the backend so the server-side logic matches the frontend since the deploy button doesn’t work? Also, has anyone on your team been able to look further into the ongoing Git issue? It would be great to return to a standard workflow!


