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

Unable to delete account in web interface #613

Closed
kolatv23 opened this issue May 28, 2023 · 3 comments
Closed

Unable to delete account in web interface #613

kolatv23 opened this issue May 28, 2023 · 3 comments
Labels
resolution:fixed type:bug Something isn't working

Comments

@kolatv23
Copy link

Data

  • Shiori version: 1.5.4
  • Database Engine: sqlite
  • Operating system: Debian 11
  • CLI/Web interface/Web Extension: Web Interface

Describe the bug / actual behavior

In shiori web UI, 'Delete account' button always returns a '404' error message.

Expected behavior

Clicking on 'Delete account' button should delete selected account.

To Reproduce

Steps to reproduce the behavior:

  1. Log in to shiori web UI
  2. Go to 'settings'
  3. Click on 'Delete account'
  4. See error '(404)'

Notes

I found out the problem is in web interface: there is no session-id in request headers, add it to the headers should fix the problem.

@kolatv23 kolatv23 added the type:bug Something isn't working label May 28, 2023
@github-project-automation github-project-automation bot moved this to To do in Roadmap Jul 21, 2023
@fmartingr fmartingr added this to the 1.6.1 milestone Jul 21, 2023
@fmartingr fmartingr self-assigned this Jul 21, 2023
@fmartingr fmartingr removed their assignment Sep 12, 2023
@l0b0
Copy link

l0b0 commented Oct 11, 2023

I'm getting a slightly different error for this:

<html> <head><title>405 Not Allowed</title></head> <body> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx</center> </body> </html> (405)

@fmartingr fmartingr modified the milestones: 1.7.0, 1.8.0 Apr 27, 2024
@fmartingr fmartingr removed this from Roadmap May 6, 2024
@fmartingr fmartingr added this to Roadmap May 6, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap May 6, 2024
@fmartingr
Copy link
Member

I have tested this in 1.6.3 and it's working correctly. Closing this issue.

@l0b0 If you are experiencing the issue in the latest version, can you fill a new bug with more details? I see that you are using NGINX as reverse proxy so please check that the configuration of the proxy is allowing you that first. Thank you!

@github-project-automation github-project-automation bot moved this from To do to Done in Roadmap May 25, 2024
@fmartingr fmartingr removed this from the 1.8.0 milestone May 25, 2024
@l0b0
Copy link

l0b0 commented May 26, 2024

@l0b0 If you are experiencing the issue in the latest version, can you fill a new bug with more details?

FYI, I'm no longer using Shiori.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:fixed type:bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants