Next.js Discord

Discord Forum

server actions dosent work

Unanswered
Mallow bee posted this in #help-forum
Open in Discord
Mallow beeOP
I tryed to enable the server actions but got this

my next.config.js file

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  experimental: {
    serverActions: true,
  },
};

module.exports = nextConfig;

1 Reply

European sprat
update nextjs