ness
ness copied to clipboard
Subdomain as custom domain
Hi,
first of all, that project is wonderful!
I was working on some demo to show to my colleagues at work and tried deploying a simple Next.js app to my AWS account with the option --domain
set to the subdomain of a domain that I own and host on Cloudflare.
npx ness deploy --domain showcase.gorr.io
ends with a 5-hour loader on Setting up SSL
, and in CloudFormation in AWS the ness-alias
stack is stuck on CREATE_IN_PROGRESS.
How can I resolve that? How can I deploy to a subdomain?