#typescript #nuxt.js
#typescript #nuxt.js
Вопрос:
Что это за ошибки, которые я получаю в своем браузере? И как мне это исправить? Я использую nuxt с typescript и использую cookie-universal-nuxt
для хранения токена аутентификации.
Cookie “exp_last_visit” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “exp_last_activity” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “exp_csrf_token” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “__stripe_sid” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “__stripe_mid” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “XSRF-TOKEN” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “laravel_session” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/4.js” because the scheme does not match. 4.js
Cookie “exp_last_visit” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “exp_last_activity” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “exp_csrf_token” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “__stripe_sid” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “__stripe_mid” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “XSRF-TOKEN” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match. 3.js
Cookie “laravel_session” will be soon treated as cross-site cookie against “http://ts-nuxt.pv/_nuxt/3.js” because the scheme does not match.