of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://192.168.1.194:5001' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
Если никто ещё не ответил то нельзя отправлять куки и все вот это туда (потому что там Корс настроен на 'разрешить всем'), просмотри конфиг (или доку) на предмет слова credentials и замени его значение на same-origin, например
Обсуждают сегодня