From 2aec5a3fe7c40274c5ff5ffd128ea52dd2a17310 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:57:39 +0100 Subject: [PATCH] fix maxParamLength --- apps/server/src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/server/src/main.ts b/apps/server/src/main.ts index 5c4042f..abb63a2 100644 --- a/apps/server/src/main.ts +++ b/apps/server/src/main.ts @@ -16,6 +16,7 @@ async function bootstrap() { new FastifyAdapter({ ignoreTrailingSlash: true, ignoreDuplicateSlashes: true, + maxParamLength: 500, }), { logger: new InternalLogFilter(),