Skip to content
Discussion options

You must be logged in to vote

Sorry for the delayed follow-up, no one picked this up on our end during my absence...

We've identified the root cause: it wasn't a bug in the client library itself. We had a shared internal library responsible for building and publishing events that was still depending on the old @eventstore/db-client package, while the application itself had already been migrated to @kurrent/kurrentdb-client. Because the two packages were coexisting in the dependency tree, the app was able to publish and read events through the Kurrent client just fine, but failed to do so through the EventStore one, which explained the inconsistent behavior we observed across environments.

Once we aligned both the shar…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@w1am
Comment options

w1am Jan 8, 2026
Maintainer

@Venatum
Comment options

@Venatum
Comment options

@Venatum
Comment options

Answer selected by Venatum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants