Closed christianpanton closed 1 week ago
Fresh install of miniflux (2.2.2) running in Docker, trying to change the password of the user, I get the following error message:
store: unable to update user: pq: could not determine data type of parameter $17
Picking version 2.2.1 works.
2.2.1
I also hit this. In case it's helpful, here's the full version info:
Image: ghcr.io/miniflux/miniflux:2.2.2-distroless Version: 2.2.2 Git Commit 051bdeca Build Date: 2024-10-30T03:43:29+0000 Postgres version: 15.6 (Debian 15.6-1.pgdg120+2) Go version: go1.23.2
ghcr.io/miniflux/miniflux:2.2.2-distroless
Fixed in #2919
Fixed in v2.2.3
Fresh install of miniflux (2.2.2) running in Docker, trying to change the password of the user, I get the following error message:
store: unable to update user: pq: could not determine data type of parameter $17
Picking version
2.2.1
works.