[Issue] Register plugin: Add/save configuration errors #217
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Describe the issue
When saving configuration I always getting an error:
because frontend app sends
string, notpositive-int.Request 1 sample (200):
Request 2 sample (500):
To Reproduce
verification-code-length: 8notverification-code-length: "8");Expected behavior
Normal working.
Screenshots
Click me
System (please complete the following information):
Additional context
Add any other context about the problem here.
Hello,
If you update a plugin with incorrect parameters, the plugin reset should fail, therefore the plugin will not be available to the user. And the plugin parameter verification code in very strict with the expected types, so if you pass a string instead of an integer, the plugin won't start.
Thanks, this has been fixed in
github.com/babelouest/glewlwyd@c34ab88998