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

Not all Arches App components are loaded in load-component-dependencies #11561

Closed
johnatawnclementawn opened this issue Oct 22, 2024 · 0 comments · Fixed by #11562
Closed

Not all Arches App components are loaded in load-component-dependencies #11561

johnatawnclementawn opened this issue Oct 22, 2024 · 0 comments · Fixed by #11562
Assignees

Comments

@johnatawnclementawn
Copy link
Member

johnatawnclementawn commented Oct 22, 2024

  1. Using Arches-Lingo, pip install . to install dependencies (arches, arches-references, arches-vue-utils)
  2. python manage.py runserver and npm run start,
  3. Visit controlled list manager (http://localhost:8000/plugins/controlled-list-manager)
  4. You should observe an error in the console like this: Error: Cannot find module './views/components/plugins/controlled-list-manager'

In load-component-dependencies.js, the long try/catch block only iterates over one Arches app before giving up and looking for the component in Core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants