Merge remote-tracking branch 'upstream/dev' into fix/changelogs

This commit is contained in:
Anish Sarkar 2026-06-10 10:57:21 +05:30
commit 3f21d5fdd6
196 changed files with 8405 additions and 5757 deletions

View file

@ -13,7 +13,7 @@ import { schema } from "@/zero/schema";
// container and would make every authenticated Zero query fail with a 503.
const backendURL = (
process.env.FASTAPI_BACKEND_INTERNAL_URL ||
BACKEND_URL ||
process.env.BACKEND_URL ||
"http://localhost:8000"
).replace(/\/$/, "");