Skip to content

Commit 0bbc25a

Browse files
CCM-8985: Remove incorrect config (#353)
1 parent a416c32 commit 0bbc25a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

frontend/next.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ const nextConfig = (phase) => {
2222
quietDeps: true,
2323
},
2424

25-
experimental: {
26-
serverActions: {
27-
allowedOrigins: [domain, domain.replace('templates', 'web-gateway')],
28-
},
29-
},
30-
3125
async redirects() {
3226
return [
3327
{

infrastructure/terraform/components/app/amplify_app.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ resource "aws_amplify_app" "main" {
3535
NEXT_PUBLIC_ENABLE_LETTERS = var.enable_letters
3636
NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT = 120
3737
NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS = 900
38-
NOTIFY_DOMAIN_NAME = local.root_domain_name
3938
NOTIFY_ENVIRONMENT = var.environment
4039
NOTIFY_GROUP = var.group
4140
USER_POOL_CLIENT_ID = jsondecode(aws_ssm_parameter.cognito_config.value)["USER_POOL_CLIENT_ID"]

0 commit comments

Comments
 (0)