8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
If i try to delete a admin user from a project im getting a 404 error
the request to https://api.domain.com/v1/teams/60acd5725a943/memberships/ should be successful and the user should be deleted
a request gets sent to https://api.domain.com/v1/teams/60acd5725a943/memberships/null and returns a 404 error {"message":"Invite not found","code":404,"version":"0.8.0"}
{"message":"Invite not found","code":404,"version":"0.8.0"}
Appwrite 0.8 on Docker 19.03.12 and Ubuntu 20.04 ( 2GB droplet from DigitalOcean) Docker doctor also doesn't show any problems
The text was updated successfully, but these errors were encountered:
Fix has been merged to master and will be released with the next Appwrite version.
Sorry, something went wrong.
This is now fixed and available as part of Appwrite 0.9: https://dev.to/appwrite/announcing-appwrite-0-9-the-open-source-firebase-alternative-53ho 🥳 🎉
TorstenDittmann
No branches or pull requests
🐛 Bug Report
If i try to delete a admin user from a project im getting a 404 error
To Reproduce
Expected behavior
the request to https://api.domain.com/v1/teams/60acd5725a943/memberships/ should be successful and the user should be deleted
Actual Behavior
a request gets sent to https://api.domain.com/v1/teams/60acd5725a943/memberships/null and returns a 404 error
{"message":"Invite not found","code":404,"version":"0.8.0"}
Your Environment
Appwrite 0.8 on Docker 19.03.12 and Ubuntu 20.04 ( 2GB droplet from DigitalOcean)
Docker doctor also doesn't show any problems
The text was updated successfully, but these errors were encountered: