Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ const nextConfig = (phase) => {
quietDeps: true,
},

experimental: {
serverActions: {
allowedOrigins: [domain, domain.replace('templates', 'web-gateway')],
},
},

async redirects() {
return [
{
Expand Down
1 change: 0 additions & 1 deletion infrastructure/terraform/components/app/amplify_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ resource "aws_amplify_app" "main" {
NEXT_PUBLIC_ENABLE_LETTERS = var.enable_letters
NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT = 120
NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS = 900
NOTIFY_DOMAIN_NAME = local.root_domain_name
NOTIFY_ENVIRONMENT = var.environment
NOTIFY_GROUP = var.group
USER_POOL_CLIENT_ID = jsondecode(aws_ssm_parameter.cognito_config.value)["USER_POOL_CLIENT_ID"]
Expand Down
Loading