Skip to content
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

Delete account fails #2672

Open
jarrah42 opened this issue Jan 30, 2024 · 1 comment
Open

Delete account fails #2672

jarrah42 opened this issue Jan 30, 2024 · 1 comment

Comments

@jarrah42
Copy link

Trying to delete an account results in 500 - Internal Server Error

How to reproduce:

  1. Go to username -> Profile
  2. Click on 'Delete Account'
  3. Click on 'Click again to confirm deletion'

The following error is displayed:

  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask/app.py", line 2073, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask/app.py", line 1518, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask_cors/extension.py", line 165, in wrapped_function
    return cors_after_request(app.make_response(f(*args, **kwargs)))
  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask/app.py", line 1516, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask/app.py", line 1502, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.10/site-packages/flask_login/utils.py", line 272, in decorated_view
    return func(*args, **kwargs)
  File "/home/ubuntu/github/augur/augur/api/view/routes.py", line 205, in user_delete
    if current_user.delete()[0]:
@sgoggins
Copy link
Member

sgoggins commented Feb 3, 2024

Were like the Hotel California. You can check out any time you like, but you can never leave. That's not intentional. This issue is on a dark desert highway called our product road map. We will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants