amplify-education / serverless-domain-manager

Serverless plugin for managing custom domains with API Gateways.
MIT License
941 stars 232 forks source link

Section content for "Serverless Domain Manager" was already set #598

Closed geolffreym closed 1 year ago

geolffreym commented 1 year ago

Hello guys, i am facing an issue after deployment "Section content for "Serverless Domain Manager" was already set"

My settings are:

customDomain:
    rest:
      domainName: ${self:custom.domains.api.${self:provider.stage}}
      stage: ${self:provider.stage}
      autoDomain: true
      certificateArn: ${self:custom.domains.certArn}
      createRoute53Record: true
      createRoute53IPv6Record: true
      endpointType: edge
      securityPolicy: tls_1_2
      apiType: rest
    http: 
      domainName: ${self:custom.domains.c10y.${self:provider.stage}}
      stage: ${self:provider.stage}
      autoDomain: true
      certificateArn: ${self:custom.domains.certArn}
      createRoute53Record: true
      createRoute53IPv6Record: true
      endpointType: regional
      securityPolicy: tls_1_2
      apiType: http

I have tried already using autoDomain: false and creating manually the domains but nothing changed. Am i setting anything wrong here?

Versions

Additional context/Screenshots image

geolffreym commented 1 year ago

Fixed upgrading to last version..