-
Notifications
You must be signed in to change notification settings - Fork 22
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
appendToStream with expectedRevision -1 causes cryptic error #348
Comments
Whoops, can do tomorrow morning
…On Tue, 7 Nov 2023 at 9:41 pm, Alexey Zimarev ***@***.***> wrote:
Can you move the issue to the NodeJS client repo?
—
Reply to this email directly, view it on GitHub
<#348>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFZTITAWFMJNNZ7TEYSYXDYDIF7LAVCNFSM6AAAAAA7ASL7BSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJYGI2TCMBUGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The current version of NodeJS client doesn't allow setting -1 as the expected revision, cloud you clarify what you are actually doing? Also, server version 6.0.0 is confusing as it doesn't exist. |
Thanks for moving it, I forgot sorry. |
@riordanpawley This issue is already being addressed in this pull request #349 |
OK Happy to close then :) |
Describe the bug
Very similar to
EventStore/EventStore#2781
I get
Request message serialization failure: Cannot read property 'lo' of null
when attempting to appendToStream with -1 expectedRevision
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A less cryptic error so the user can fix the issue
Actual behavior
A cryptic grpc error is thrown
Config/Logs/Screenshots
EventStore details
23.10.0
linux
6.0.0
Additional context
DB-492
The text was updated successfully, but these errors were encountered: