Flydexo
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    
Code example: `{time: Math.round(date/1000), position: "aboveBar", shape: "icon", size: 5, id: a.id, image: logo}`
@timocov
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...