server actions dosent work
Unanswered
Mallow bee posted this in #help-forum
Mallow beeOP
I tryed to enable the server actions but got this
my next.config.js file
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