static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

The provided project name "undefined" was not found.

Open lostmsu opened this issue 2 years ago • 1 comments

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

  1. Go to any folder with index.html
  2. Run swa without parameters
  3. Walk through until it asks you to create a project
  4. 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

lostmsu avatar Jul 13 '23 19:07 lostmsu

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/

craigomatic avatar Aug 31 '23 01:08 craigomatic