Skip to content

Error when accessing Stream UI ( error 500 ) #4556

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

Open
Falanteris opened this issue May 26, 2025 · 1 comment
Open

Error when accessing Stream UI ( error 500 ) #4556

Falanteris opened this issue May 26, 2025 · 1 comment
Labels

Comments

@Falanteris
Copy link

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
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

I found this error when checking the NGINX Proxy Manager container log. Database is a MySQL native database on a separate server.

Nginx Proxy Manager Version
v2.12.3

To Reproduce
Steps to reproduce the behavior:

  1. Go to /nginx/stream
  2. See error

Expected behavior
Error 500

Screenshots

Image

Image

Operating System
Both database server and NPM is using Ubuntu 24.04

Additional context
MySQL version: 8.0.42
Docker version: 28.1.1

@Falanteris Falanteris added the bug label May 26, 2025
@FragRot
Copy link

FragRot commented May 27, 2025

#4381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants