-
Notifications
You must be signed in to change notification settings - Fork 102
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
Error - Unauthorized action or expired link after login #97
Comments
same error with my update on 1.8.2 |
Okay here is my solution for the moment. Remove the following code from plugins.php
I don't know if this will affect security-wise. Need author's comments. |
I am also having this issue, I find that this is happening with all our plugins that were not made by Ozh. |
Happening here as well. Only seems to happen when using |
The issue is still there. I think the developer has ended the support for Sleeky. |
Seems they only updating the Frontend (13 months ago; 27th June 21) the backend has seen nothing since 16 Feb 2020.. |
Happening for me too :( |
same thing popped up on my installation: |
Same thing here: |
This was happening to me with YOURLS v1.9.1, but no Sleeky. In my case, the problem was the Don't Track Admins v1.2 plugin. Updating to v1.3 resolved the issue. |
To maintain the user validation, you can adjust this code instead of removing it altogether, per #127 (comment) |
I also still having this issue. |
Same issue here on 1.9.3. Keeps showing up even after deactivating all plugins, clearing cache...any idea? |
I updated to version 1.8.2 and now a get a message "Error - Unauthorized action or expired link" every time I log in. After I hit "login" it prints this error. In the log of my webserver I see a line "Error | 403 | POST /admin/ HTTP/1.0". When I enter domain.tld/admin I'm in the backend. So login is successful but the post method throws an error. I activated debug mode but there wasn't any hint what could be the problem.
The problem is linked to the sleeky backend plugin. When I deactivate this plugin all works correctly. I updated it to version 2.5.0 but still the same error message appears.
This happens on two installations of Yourls. I use PHP 8.0.11 and MySQL 8.0.26, tested with Chrome and Edge on Windows 10 and 11.
The text was updated successfully, but these errors were encountered: