Prueba mínima de conexión, lista para instalar como app.
weights_helloweights_hello todavía. Ve al SQL Editor de tu
proyecto de Supabase y ejecuta:
create table weights_hello ( id bigint generated always as identity primary key, message text not null, created_at timestamptz default now() ); alter table weights_hello enable row level security; create policy "allow anon read" on weights_hello for select to anon using (true); create policy "allow anon insert" on weights_hello for insert to anon with check (true);Luego recarga esta página.