

wrangler d1 info <dbname> will tell youwrangler d1 info <dbname> for that DB?Failed to reach database. Please try again later. and when trying to access the url, it says the DB has just been successfully created. Any tips?EXPLAIN QUERY PLAN
rows readCREATE INDEX project_tiktok_link_is_empty_idx ON project (tiktok_link IS NULL OR tiktok_link == '');SELECT * FROM project WHERE id = '01HQ81GRDX539N2EJSW1ECGRMY' AND (tiktok_link IS NULL OR tiktok_link = '')CREATE INDEX project_tiktok_link_is_empty_and_id_idx ON project (tiktok_link IS NULL OR tiktok_link == '', id);CREATE INDEX project_tiktok_link_is_empty_and_id_idx ON project (tiktok_link, id);wrangler d1 info <dbname>wrangler d1 info <dbname>Failed to reach database. Please try again later.