Class cast exception raised when sorting Database connections in web UI

Anyone else experience this when sorting database connections by connections column, throughput, or status? The errors stop showing up when you select name, driver, or translator.

Dev tools shows this

{
    "status": 500,
    "data": {
        "message": "java.lang.ClassCastException",
        "url": "/data/api/v1/resources/list/ignition/database-connection",
        "status": "500"
    }
}

I've tried it in Chrome, Brave, Edge and Firefox all same behaviour. Each browser had no extensions, except Brave, I even cleared the cache in Chrome but still same behaviour.

1 Like

Fixed in 8.3.5, released yesterday.

3 Likes