Solve the problem that vue project cannot carry cookies when started locally

Solve the problem that vue project cannot carry cookies when started locally

Solve the problem that the vue project can be packaged and deployed to the server and can log in normally, but cannot carry cookies when started locally

Let me talk about the problem: the company's old project was cloned from gitLab. After starting it, I logged in and the interface returned a successful login. Then when I called other interfaces, it returned that I was not logged in. I checked the request header and found that no cookies were carried. Therefore, when I called the interface, it prompted that I was not logged in.
However, after the same code was packaged and deployed, everything was normal. Cookies were carried when the interface was called. After searching on Baidu, the problem was finally solved.

I am using Google Chrome browser

The solution steps are as follows:

1. Visit chrome://flags in the browser address bar

insert image description here

2. Search for SameSite in the search box and change the status Disabled

insert image description here

3. After saving, close the browser and reopen it

After I did the above operations, the locally started project can carry cookies normally when sending requests.

This is the end of this article about solving the problem of not being able to carry cookies when the Vue project is started locally. For more relevant content about Vue not being able to carry cookies, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solution to the error "cannot GET /service" when starting a vue project
  • Vue modify project startup port number method
  • Detailed explanation of how to start running the dist file generated after webpack packages the vue project
  • Detailed explanation of VSCode configuration to start Vue project
  • Simple configuration method for hot start debugging of webpack+vue+express(hot)
  • Analysis of the reasons why vue-cli cannot access the local service LAN
  • Detailed explanation of vue express starting data service
  • Vue implements the product tab of the product details page function
  • Vue implements the countdown component for second kills
  • Detailed explanation of the implementation principle of Vue2.0/3.0 two-way data binding
  • How to start a Vue.js project

<<:  Introduction to Nginx log management

>>:  Detailed explanation of MySQL using profile to analyze slow SQL (group left join is more efficient than subquery)

Recommend

Summary of common MySQL table design errors

Table of contents Mistake 1: Too many columns of ...

HTML Basics_General Tags, Common Tags and Tables

Part 1 HTML <html> -- start tag <head>...

Vue implements a complete process record of a single file component

Table of contents Preface Single file components ...

Detailed explanation of nginx optimization in high concurrency scenarios

In daily operation and maintenance work, nginx se...

Detailed explanation of monitoring Jenkins process based on zabbix

1. Monitoring architecture diagram 2. Implementat...

Simple method to install mysql under linux

When searching online for methods to install MySQ...

Implementation of vue-nuxt login authentication

Table of contents introduce Link start Continue t...

JavaScript data flattening detailed explanation

Table of contents What is Flattening recursion to...

Methods and techniques for quickly displaying web page images

1. Use .gifs rather than .jpgs. GIFs are smaller ...

7 Ways to Write a Vue v-for Loop

Table of contents 1. Always use key in v-for loop...

Remote Desktop Connection between Windows and Linux

When it comes to remote desktop connection to Lin...

Using MySQL database with Python 3.4 under Windows 7

The detailed process of using MySQL database with...

Pure CSS to change the color of the picture

The css technique for changing the color of an im...