Johan
Johan
```js app.on('login', (_payload, { connection }) => { // connection can be undefined if there is no // real-time connection, e.g. when logging in via REST if (connection) { //...
not support offline fallback yet ?
in rest api server the ip is always the server ip so is always 127.0.0.1 you need put i think this -> ``` rest(host('/api')).axios( axios.create({ headers: { Cookie: req.get('cookie') ||...
if in the app.js no check the cookie got a error this Cookie: req.get('cookie') need change for Cookie: req.get('cookie') || '', i dont know if this is a good solution
Hi @bertho-zero how are you I hope fine, We have a problem with the new implemention of cookie redux Storage, the ssr server lost the cookie and the token after...
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...
I don't know if is a bug or is the expected behavior, but when we applied a snapshot some attrs are gone, well I think is all attrs for deleted...
I already have the doc update but I don't know how to apply this to prose mirror editor, when apply im losing all the history Im using the next code...
there is a little gap in the logic, what about when you are requesting something like this, query : { include: [UserData] } the include is treat in the backend...
the incomingNumber is blank always ande the privilages of read logs is enabled, whats happen ?