Closed thorsby closed 5 years ago
Hello! This was sadly a small regression in a recent release. A fix will be released in the next day or two.
Okay, thank you. I got it working now with current server@4.0.6, but had to backstep client to 4.0.2.
@thorsby Check this link pls https://deepstream.io/tutorials/upgrade-guides/v4/client/index.html. When i use await client.login()
problem was resolved.
Yup! The issue is when you request a record before being logged in with offline disabled. There’s a lot of permutations, trying to find a way to simplify it a bit
Released 4.0.5 which should address this, please let me know if otherwise!
Was a client issue, hence the version number :D
Was a client issue, hence the version number :D
Nice comment, actually clarified 👍 I did not initial realise that client and server was not on same schedule.
I have a fresh (version 4.0.6) version of server on Mac/10.12.6 I'm running the quick start tutorial on the deepstream.io website: https://deepstream.io/tutorials/getting-started/javascript/index.html
When the client connects, I get the following on server:
So already on connect, there is a warning. As soon as I try typing in the HTML input field, I get errors on the server:
I tried replacing the server binary with a version running in NodeJS and swapping between client from CDN and NPM.
This example is very simple and pretty coherent with the documentation on records. What am I missing? Is something broken?