Kailash Nadh
Kailash Nadh
I'm not sure what's happening in your case. I've tested listmonk with version 14.2 specifically (it works fine with the latest Postgres 16 also) and it works fine. Have not...
This is not normal. It must be a firewall configuration issue.
Can you try specifying the `Custom Public URL` field?
@tanmay-predisai perhaps something like this? https://github.com/knadh/listmonk/issues/1337#issuecomment-2185477862
hm, I'm unable to reproduce this locally. In production though, please use the tagged release instead of `master` which is bleeding edge.
> @knadh were you able to reproduce the issue? Strange. Unable to reproduce this on `master` or `v3.0.0`. I'm running Postgres v14.10. ```shell @ (~listmonk) ● (HEAD detached at v3.0.0)...
This is really strange. I compiled the exact same commit you've listed above with `make dist`, ran it against Postgres 14.10-alpine, installed, ran, and visited the subscribers page. It works...
Yep, the sorting bug was fixed in v3.0.0 - https://github.com/knadh/listmonk/commit/c59825f3a5f4c4ccaac25e2d57b19a4e3084d1df
Sorry, missed this. I've a setup locally that installs the very first version of listmonk (pre-alpha) and runs every subsequent version with --upgrade until the latest one. If there are...