feat: add backup recovery, setup wizard and user-view guards
Magent CI/CD / verify (push) Successful in 5m20s
Magent CI/CD / deploy-beta (push) Successful in 1m41s

This commit is contained in:
2026-09-18 17:23:03 +12:00
parent a6a4a9aa24
commit fd6671cf7e
44 changed files with 4650 additions and 114 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ const backendUrl = process.env.BACKEND_INTERNAL_URL || "http://backend:8000";
const nextConfig = {
poweredByHeader: false,
compress: true,
experimental: { proxyTimeout: 180000 },
// API rewrites clone bodies even when excluded from proxy.ts's matcher.
// Match the backend restore envelope cap (32 MiB backup + multipart margin).
experimental: { proxyTimeout: 180000, proxyClientMaxBodySize: 34 * 1024 * 1024 },
async headers() {
return [
{