Results 7 comments of Flydexo

I have the same problem, I fixed it but I don't think it is the correct way store.ts ```ts const store = configureStore({ reducer: { [serverAuthSlice.name]: serverAuthSlice.reducer, [clientAuthSlice.name]: clientAuthSlice.reducer },...

I really don't think it is the good solution because you don't get hydrates anymore. But in my case there is no problem not having hydrates

@kirill-konshin Is this correct ?

Yep there you go ![market cap dark](https://user-images.githubusercontent.com/66029824/149201792-cd15e3e4-42f3-43aa-9ef5-b15702661e0b.png) ![btc candle dark](https://user-images.githubusercontent.com/66029824/149201645-e2ff65cf-6c93-4630-a764-cbd966957e2a.png) ![btc candle white](https://user-images.githubusercontent.com/66029824/149201734-3de15dec-4b08-44e8-8456-13c8b7830b17.png) ![market cap white](https://user-images.githubusercontent.com/66029824/149201813-c4227800-8f32-416b-b61e-952df7b3aa1c.png)

Code example: `{time: Math.round(date/1000), position: "aboveBar", shape: "icon", size: 5, id: a.id, image: logo}`

I have the same issue but only a long time (10 hours) after launching the server. `const connection = mysql.createPool({ host : 'db', user : 'test', password : '', database...