The error was that I use withCredentials as header. But it is property. I set up in index.js this property to true by default
index.js
true
axios.defaults.withCredentials = true;