diff --git a/next.config.js b/next.config.js index 832de795..c11205c5 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,11 @@ const nextConfig = { }, ], }, + experimental: { + serverActions: { + allowedOrigins: [process.env.NEXUS_HOST, process.env.MAIN_URL, process.env.API_HOST], + }, + }, async redirects() { return [ {