Hi there, I'm hoping to get some guidance from anyone. I've been struggling to get a minimal React Router v7 app running using the Cloudflare Vite setup that includes Supabase.
I managed to track down the issue that seems to be React Router specific.
Anyone able to give me some pointers? Here is an issue with reproduction repos: https://github.com/remix-run/react-router-templates/issues/108
GitHub
Here is a minimal reproduction repo of the issue: https://github.com/jperasmus/repro-react-router-7-cloudflare-supabase Steps I took to create the repro: Installed the Cloudflare template within th...