Skip to content

Commit 4d7f3c0

Browse files
committed
CCM-5340: also allow origin in next config
1 parent 05fd912 commit 4d7f3c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/next.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ const nextConfig = (phase) => {
1616

1717
experimental: {
1818
serverActions: {
19-
allowedOrigins: [domain, domain.replace('templates', 'web-gateway')],
19+
allowedOrigins: [
20+
domain,
21+
domain.replace('templates', 'web-gateway'),
22+
'alnu1.web-gateway.dev.nhsnotify.national.nhs.uk',
23+
],
2024
},
2125
},
2226

0 commit comments

Comments
 (0)