Open shadrech opened 4 years ago
I keep getting this error:
Error: Your AWS ACM Certificate for the domain "domain.com" has an unsupported status of: "VALIDATION_TIMED_OUT". Please remove it manually and deploy again.
My serverless.yml is like
name: website website: component: '@serverless/website' inputs: code: src: build hook: yarn build domain: sub.domain.com region: eu-west-1
Maybe is there an issue assigning a subdomain to the website?
Similar to this issue https://github.com/serverless/components/issues/557
Hey @shadrech ... we've made huge changes to components and I think this is no longer an issue. Could you confirm?
I keep getting this error:
My serverless.yml is like
Maybe is there an issue assigning a subdomain to the website?