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

Missing local install plugin #9

Closed
chris-steele opened this issue Apr 10, 2024 · 3 comments
Closed

Missing local install plugin #9

chris-steele opened this issue Apr 10, 2024 · 3 comments
Labels
bug An error has occurred high priority Should be prioritised over all other issues question Discussion is required

Comments

@chris-steele
Copy link
Contributor

What happened?

If the contentplugin collection (in the database) has plugins marked as locally installed but the plugin is missing in the file system (i.e. not present in APP_DATA/data/contentplugins) the tool will error silently and the installation of other plugins may fail. The tool runs but editing content typically produces errors (citing missing schemas).

The error is thrown when attempting to read the plugin info here.

How should we deal with this scenario?

Expected behaviour

No response

Steps to reproduce

Have a plugin marked as locally installed in the database, but not present in the file system.

Authoring tool version

master

Framework version

No response

What browsers are you seeing the problem on?

No response

Relevant log output

No response

@chris-steele chris-steele added bug An error has occurred question Discussion is required labels Apr 10, 2024
@taylortom
Copy link
Contributor

I'm not able to replicate this one with the latest deps, possibly resolved?

@taylortom taylortom added the high priority Should be prioritised over all other issues label Jun 19, 2024
@chris-steele
Copy link
Contributor Author

chris-steele commented Jun 19, 2024

Unfortunately I can't recall the steps that led to this scenario, but it may have arisen with imports. I don't believe it is related to the paths issue solved here, however.

Will keep a watch for this issue.

@taylortom
Copy link
Contributor

Please reopen if you manage to replicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error has occurred high priority Should be prioritised over all other issues question Discussion is required
Projects
Development

No branches or pull requests

2 participants