Closed geolffreym closed 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
Fixed upgrading to last version..
Hello guys, i am facing an issue after deployment "Section content for "Serverless Domain Manager" was already set"
My settings are:
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