diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 69bc5bf5..fcc43c9b 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -99,6 +99,7 @@ const startServer = async () => { fastify.register(cors, { origin: '*', credentials: true, + preflightContinue: true, }); fastify.register((instance, opts, done) => {