mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
Unable to delete plugin #563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xytronix on GitHub (Feb 1, 2026).
Current Behavior
The user is unable to delete a plugin in the CP if the plugin has a invalid plugin.json or a wrong zip name.
This prevents the user from overriding the plugin entirely, the plugin remains in a stuck case.
Expected Behavior
The user should be able to delete the corrupted plugin in any case.
Steps to Reproduce
Panel Version
1.0.0-beta31
Wings Version
1.0.0-beta22
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Feb 1, 2026):
You either need to make the plugin folder match the plugin id or delete the folder.
@Xytronix commented on GitHub (Feb 1, 2026):
How is the user supposed to remove the folder if it isn't possible in the UI?
@Boy132 commented on GitHub (Feb 1, 2026):
Via SSH. Plugin errors like this need to be handled manually by the an admin.