-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
ZeroDeng01/nginx-proxy-manager
#1Labels
Description
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
.* from stream
where is_deleted
= 0 group by id
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 1
Nginx Proxy Manager Version
2.12.2
To Reproduce
Steps to reproduce the behavior:
- Go to the streams page
- See the error
Expected behavior
List the streams
Screenshots
Operating System
Ubuntu 24 - using docker image
Activity
truebigsand commentedon Jan 20, 2025
It's from here: (seems to be add for PostgreSQL)
nginx-proxy-manager/backend/internal/stream.js
Line 302 in 9687e9e
However, it goes wrong on MySQL 8.0, probably can be fixed by this:or just replaceINTEGER
withUNSIGNED
PgSQL and MySQL conflict here, I'm not familiar with PgSQL so I cannot give a perfect solution, maybe just delete the sorting :)
ZeroDeng01 commentedon Feb 21, 2025
I have the same problem here, the current version 2.12.3, hope to fix
mcrook587 commentedon Apr 15, 2025
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!!!!
vrichv commentedon Apr 27, 2025
same problem,hope to fix asap