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

Local Project Manager is not showing any existing projects #10588

Closed
hubertp opened this issue Jul 18, 2024 · 4 comments · Fixed by #10653
Closed

Local Project Manager is not showing any existing projects #10588

hubertp opened this issue Jul 18, 2024 · 4 comments · Fixed by #10653
Assignees
Labels
--regression Important: regression g-dashboard local-project-manager Tasks related to local project manager improvements p-highest Should be completed ASAP

Comments

@hubertp
Copy link
Collaborator

hubertp commented Jul 18, 2024

Regression introduced in ebf4cd5
leads to
Screenshot from 2024-07-17 12-27-17

@hubertp hubertp added --regression Important: regression g-dashboard local-project-manager Tasks related to local project manager improvements labels Jul 18, 2024
@hubertp hubertp added the p-highest Should be completed ASAP label Jul 18, 2024
@farmaazon
Copy link
Contributor

Worth noting that this is an issue only on dev server. The electron app seems fine.

@somebody1234
Copy link
Contributor

what is the response of root-directory in the network tab in devtools? (is it perhaps returning an incorrect directory path?)

@farmaazon
Copy link
Contributor

The answer is: /home/adam-praca/enso-projects what is indeed a directory with projects:

    ~/dev/enso    wip/farmaazon/fix-table-drag    ls ~/enso-projects/*                                                                                                                                                                                              ✔ 
/home/adam-praca/enso-projects/NewProject1:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_1:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_2:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_3:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_4:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_5:
data  package.yaml  src

/home/adam-praca/enso-projects/NewProject1_6:
package.yaml  src

/home/adam-praca/enso-projects/NewProject1_7:
package.yaml  src

@somebody1234
Copy link
Contributor

i guess in that case, it might be helpful to log the const entryNames = await fs.readdir(directoryPath) below and entryPath below that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--regression Important: regression g-dashboard local-project-manager Tasks related to local project manager improvements p-highest Should be completed ASAP
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants