Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Designer is not working for existing Logicapps project #4645

Open
sukhmeetb opened this issue Apr 18, 2024 · 1 comment
Open

Open Designer is not working for existing Logicapps project #4645

sukhmeetb opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels

Comments

@sukhmeetb
Copy link

Describe the issue

1 Open Folder.
2. Select the logicapps project folder from local
3. right-click on workflow.json
4. Designer gives error. "Error in determing project root"

Are you using new designer or old designer

New Designer (With action panels)

Screenshots or Videos

image

Browser

Chrome

Additional context

No response

@sukhmeetb sukhmeetb added a11y Accessibility triage labels Apr 18, 2024
@Eric-B-Wu Eric-B-Wu added VSCode and removed a11y Accessibility labels Apr 19, 2024
@hartra344 hartra344 removed the triage label Apr 25, 2024
@ccastrotrejo ccastrotrejo self-assigned this Apr 29, 2024
@ccastrotrejo
Copy link
Contributor

Hi @sukhmeetb thanks for raising this issue. When users open the designer usually, we try to find the logic app project root based on the following 3 things

  • There is a local.settings.json file in the root folder
  • There is a host.json file in the root folder
  • The host.json file in the root folder has a extensionBundle property like this one:
    "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows", "version": "[1.*, 2.0.0)" }

If your logic app project is in a multi-root workspace usually a dropdown menu will be prompted to enter the right logic app project root.

Is there any chance you can verify if none of the prior 3 requisites are met?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants