diff --git a/app/.nsprc b/app/.nsprc index c0114972..4c6af511 100644 --- a/app/.nsprc +++ b/app/.nsprc @@ -8,5 +8,10 @@ "active": true, "notes": "Ignored since multiple libraries use an old version of webpack", "expiry": "2024-10-31" + }, + "1099846": { + "active": true, + "notes": "Ignored since nextauth use an old version of cookie", + "expiry": "2024-10-31" } } diff --git a/app/next.config.js b/app/next.config.js index ca0f509e..3ff4108a 100644 --- a/app/next.config.js +++ b/app/next.config.js @@ -88,7 +88,7 @@ const nextConfig = { }, instrumentationHook: true, serverActions: { - allowedOrigins: serverConfig.NEXT_PUBLIC_ALLOWED_ORIGINS + allowedOrigins: serverConfig.ALLOWED_ORIGINS }, }, i18n: { @@ -100,20 +100,20 @@ const nextConfig = { module.exports = serverConfig.ANALYZE === true ? withBundleAnalyzer( - paraglide({ - paraglide: { - project: './project.inlang', - outdir: './src/paraglide', - }, - ...nextConfig, - }), - ) + paraglide({ + paraglide: { + project: './project.inlang', + outdir: './src/paraglide', + }, + ...nextConfig, + }), + ) : withFonts( - paraglide({ - paraglide: { - project: './project.inlang', - outdir: './src/paraglide', - }, - ...nextConfig, - }), - ); + paraglide({ + paraglide: { + project: './project.inlang', + outdir: './src/paraglide', + }, + ...nextConfig, + }), + ); diff --git a/strapi/.nsprc b/strapi/.nsprc index b6f93c6d..d578c34a 100644 --- a/strapi/.nsprc +++ b/strapi/.nsprc @@ -53,5 +53,10 @@ "active": true, "notes": "Ignored since the strapi admin panel uses an old version of vite which requires this rollup version", "expiry": "2024-10-31" + }, + "1099846": { + "active": true, + "notes": "Ignored since strapi uses an old version of cookie", + "expiry": "2024-10-31" } }