From 27101c70e6787787710369ec29dfd3feb5061e2f Mon Sep 17 00:00:00 2001 From: Duncan L Date: Mon, 25 Sep 2023 20:14:34 -0700 Subject: [PATCH] Bugfix: NextJS rewrite firebase authdomain (#742) --- ...3-missing-initial-state-firebase-auth-proxy-nextjs-vercel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2023-09-23-missing-initial-state-firebase-auth-proxy-nextjs-vercel.md b/content/posts/2023-09-23-missing-initial-state-firebase-auth-proxy-nextjs-vercel.md index fcc7791..86cd584 100644 --- a/content/posts/2023-09-23-missing-initial-state-firebase-auth-proxy-nextjs-vercel.md +++ b/content/posts/2023-09-23-missing-initial-state-firebase-auth-proxy-nextjs-vercel.md @@ -83,7 +83,7 @@ module.exports = { return [ { source: "/__/auth/:path*", - destination: `https://myapp.com/__/auth/:path*`, + destination: `https://.firebaseapp.com/__/auth/:path*`, }, ]; },