You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deleting a plugin, attempting to create a new plugin with the exact same name and version fails consistently. Workaround is to restart the Golem backend server. I have verified this issue using both the golem-cli and direct POST requests to the backend's plugin endpoint.
Steps to Reproduce:
Create a plugin with a specific name and version using either golem-cli plugin register or a POST request to the backend's plugin endpoint.
Verify that the plugin is successfully created and listed by direct GET request or golem-cli plugin list.
Delete the plugin and verify that the plugin is successfully deleted. (direct GET request)
Attempt to create a new plugin with the same exact name and version as the previously deleted plugin, using either golem-cli plugin register or a POST request to the backend's plugin endpoint.
Workaround:
Restarting the Golem backend server resolves the issue. After a restart, the plugin can be created successfully. (In previous version, It did not need a restart of the server, just waiting a few minutes would resolve the issue (Maybe).)
Environment:
Golem Backend Server version 1.1.16
golem-cli version 1.1.16
Additional Information:
This bug is probably due to Golem backend not properly cleaning up or releasing some internal state related to the deleted plugin.
The text was updated successfully, but these errors were encountered:
Description:
After deleting a plugin, attempting to create a new plugin with the exact same name and version fails consistently. Workaround is to restart the Golem backend server. I have verified this issue using both the
golem-cli
and direct POST requests to the backend's plugin endpoint.Steps to Reproduce:
golem-cli plugin register
or a POST request to the backend's plugin endpoint.golem-cli plugin list
.golem-cli plugin register
or a POST request to the backend's plugin endpoint.Workaround:
Environment:
golem-cli
version 1.1.16Additional Information:
The text was updated successfully, but these errors were encountered: