-
Notifications
You must be signed in to change notification settings - Fork 572
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
Comments
I'm getting a slightly different error for this:
|
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! |
FYI, I'm no longer using Shiori. |
Data
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:
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.
The text was updated successfully, but these errors were encountered: