Skip to content

Commit 03b623b

Browse files
committed
Add allowed origin for localhost port
1 parent 48efd54 commit 03b623b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const nextConfig = {
1313
output: 'standalone',
1414
experimental: {
1515
serverActions: {
16-
allowedOrigins: ['payload:3000', 'localhost', process.env.DOMAIN],
16+
allowedOrigins: ['payload:3000', 'localhost:1000', process.env.DOMAIN],
1717
},
1818
},
1919
}

0 commit comments

Comments
 (0)