Adrián García
Adrián García
It looks the initial http polling is failing so the WS connection can not be established. Do you have any chrome extension that might be affecting?
In the previous error the connection fails even using polling as a transport protocol, so there must be some connectivity problem with the backend in your local machine. What browser...
I'll try to check the demo link asap
When you close a tab the Websocket should get disconnected, therefore the user should be deleted from Redis. Debug the logic within the `disconnected` websocket event to check whether there...
Do you have redis up and running in your local? Starting up the app via `npm run run:server` just run the node process. Try to run it via docker-compose to...
Bear in mind `npm run run:server` and `npm run server` just run the node process assuming redis is already up and running. Check this out to get it running. https://medium.com/@petehouston/install-and-config-redis-on-mac-os-x-via-homebrew-eb8df9a4f298
Same, it would be helpful to get it compiled to ES6 so the bundle size improves. I would have expected it to be smaller in the first place
Same error here (v1.11.5, Chrome). Trying to display year `0001` and always getting `1901` instead It should be able to parse it accordingly (as momentJS does) `dayjs('0001-01-01').format('YYYY-MM-DD') -> 0001-01-01`
Not exactly the same issue, but I also faced a problem trying to update a column allowing null values (from not null constraint) In my case I had to define...
Confirmed. I got the same error via emulator with no Play Store installed. In a real device you don't have that issue.