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
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?
The text was updated successfully, but these errors were encountered:
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 onSetting up SSL
, and in CloudFormation in AWS theness-alias
stack is stuck on CREATE_IN_PROGRESS.How can I resolve that? How can I deploy to a subdomain?
The text was updated successfully, but these errors were encountered: