[GH-ISSUE #613] Unable to delete account in web interface #318

Closed
opened 2026-02-25 23:33:56 +03:00 by kerem · 3 comments
Owner

Originally created by @kolatv23 on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/613

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.

Originally created by @kolatv23 on GitHub (May 28, 2023). Original GitHub issue: https://github.com/go-shiori/shiori/issues/613 ## 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.
kerem 2026-02-25 23:33:56 +03:00
Author
Owner

@l0b0 commented on GitHub (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)
<!-- gh-comment-id:1756770765 --> @l0b0 commented on GitHub (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) ```
Author
Owner

@fmartingr commented on GitHub (May 25, 2024):

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!

<!-- gh-comment-id:2130954471 --> @fmartingr commented on GitHub (May 25, 2024): 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!
Author
Owner

@l0b0 commented on GitHub (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.

<!-- gh-comment-id:2132399381 --> @l0b0 commented on GitHub (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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#318
No description provided.