报错原因 x-forwarded-host header withvalue localhost:3000does not matchoriginheader with valuelocalhost:3001` from a forwardede Server Actions request. Aborting the 解决办法 nextconfig增加这个配置 experimental: { serverActions: { allowedOrigins: [‘localhost:3001’] }, },