You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating CloudFront distribution of ID XXXXXXXX.
Adding "xxxxx.com" certificate to CloudFront distribution
Adding domain "www.xxxxx.com" to CloudFront distribution
Adding domain "xxxxx.com" to CloudFront distribution
I dont own the CNAME for www.xxxxx.com so it throws a InvalidViewerCertificate
serverless.yml
component: website
name: landing-page4
stage: dev
inputs:
domain: 'http://www.xxxxx.com'
src:
src: ./src
hook: npm run build
dist: ./dist
Why is it adding the www domain? I cant deploy to live as it stands as its forcing this options. Appreciate some help
The text was updated successfully, but these errors were encountered:
Result from :
sls deploy
I dont own the CNAME for www.xxxxx.com so it throws a
InvalidViewerCertificate
serverless.yml
Why is it adding the
www
domain? I cant deploy to live as it stands as its forcing this options. Appreciate some helpThe text was updated successfully, but these errors were encountered: