Getting major issue after simple code updates

Doing simple updates to a field validation function today and getting constant errors with supabase.

None of the changes are touching anything to do with the Supabase integration.

Example error:

supabaseUrl is required.

at w (@supabase/supabase-js)
at new f (@supabase/supabase-js)
at re (@supabase/supabase-js)
at (/lib/supabase)

If I ask v0 to fix this issue is gets into a loop of trying to import supabase libraries even though they are already there and were working fine. I end up stopping it simply because it was chewing through credits!

I suspect this has nothing to do with supabase but rather something is going wrong with the preview envrionment etc…