diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 2d698e35..bcf42127 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -30,7 +30,7 @@ const startServer = async () => { logInfo('Starting server'); try { const fastify = Fastify({ - maxParamLength: 5000, + maxParamLength: 15_000, }); fastify.register(cors, {