×To use Server Actions, please enable the feature flag in your Next.js config.
오류가 발생함
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
};
module.exports = nextConfig;
next.config.js
파일에 experimental
속성을 다음과 같이 정의함