static-web-apps-cli
static-web-apps-cli copied to clipboard
The provided project name "undefined" was not found.
Are you accessing the CLI from the default port :4280 ?
- [ ] No, I am using a different port number (
--port) and accessing the CLI from that port - [x] Yes, I am accessing the CLI from port
:4280
Make sure you are accessing the URL printed in the console when running
swa start!
Describe the bug
When I try to deploy my wwwroot, I get the above error after refusing to create a new app.
√ Would you like to create a new Azure Static Web Apps project? ... no
✖ The provided project name "undefined" was not found.
To Reproduce
- Go to any folder with
index.html - Run
swawithout parameters - Walk through until it asks you to create a project
- Refuse a new project
Expected behavior A meaningful error message (tell what parameter to set next time) or a request to enter the name of the existing project.
Desktop (please complete the following information):
- OS: Windows 11
- Version 22H2
I hit this today also, as a workaround you can use swa deploy --app-name <your app name>.
Docs here: https://azure.github.io/static-web-apps-cli/docs/cli/swa-deploy/