From 371a848ddffe88f558b4ed565f88be7db4ad7294 Mon Sep 17 00:00:00 2001 From: Karan Lokchandani <135950363+PhantomInTheWire@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:16:10 +0530 Subject: Upgrade to nextjs16 (#557) Signed-off-by: Karan --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37b61d94..c8b86b3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,9 +36,9 @@ Before you begin, ensure you have the following installed: # You'll need to add your API keys and database URLs ``` -4. **Change middleware for local development** +4. **Change proxy for local development** - Add this in your `middleware.ts`(apps/web) before retrieving the cookie (`getSessionCookie(request)`): + Add this in your `proxy.ts`(apps/web) before retrieving the cookie (`getSessionCookie(request)`): ```ts if (url.hostname === "localhost") { -- cgit v1.2.3