-
Notifications
You must be signed in to change notification settings - Fork 152
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
dev: remove workaround for deleting the member #173
Comments
How about this block zero-ui/backend/routes/member.js Lines 72 to 86 in 559a988
|
@wongsyrone, thanks for pointing! This one is also affected. |
Another quick thought, my db.json left many zt nodes with deleted set to true, it's better to clean up these leftovers on zero-ui startup. The proposed workflow is to do the member deletion but ignore controller response and delete additional member data and the member entry in db.json. |
Currently, I'm still thinking for the proper migrations solution for ZeroUI: #75 |
Deprecate workaround for this:
zerotier/ZeroTierOne#859
as It was fixed in
zerotier/ZeroTierOne@f8ea7fd
More info:
zero-ui/backend/services/member.js
Lines 173 to 192 in 559a988
The text was updated successfully, but these errors were encountered: