Restore monitoring on recheck and prevent release-search proxy timeouts
Magent CI/CD / verify (push) Successful in 2m1s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-13 19:47:36 +12:00
parent b3b83bda4f
commit ce756c1a65
4 changed files with 91 additions and 7 deletions
+1
View File
@@ -2,6 +2,7 @@ const backendUrl = process.env.BACKEND_INTERNAL_URL || 'http://backend:8000'
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: { proxyTimeout: 180000 },
async rewrites() {
return [
{