-
Notifications
You must be signed in to change notification settings - Fork 3k
Internal 500 Error on the stream list page #4302
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
Internal 500 Error on the stream list page #4302
Comments
It's from here: (seems to be add for PostgreSQL)
--- CAST(`stream`.incoming_port AS INTEGER) DESC;
+++ CAST(`stream`.incoming_port AS UNSIGNED INTEGER) DESC;
|
I have the same problem here, the current version 2.12.3, hope to fix |
While your at it, maybe fix all the other shit thats plaguing this horrible project. Like maybe the custom locations that just about every other proxy manager on the planet earth has with ease but this project struggles. This project is trash and dead!!!! |
same problem,hope to fix asap |
Describe the bug
When going to the streams page in the latest version v2.12.2 I get a 500 Internal error message.
This is a line from the logs:
⚠ warning select
stream
.* fromstream
whereis_deleted
= 0 group byid
order by CAST(incoming_port AS INTEGER) ASC - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INTEGER) ASC' at line 1Nginx Proxy Manager Version
2.12.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
List the streams
Screenshots
Operating System
Ubuntu 24 - using docker image
The text was updated successfully, but these errors were encountered: