How to delete “JWT” cookie correctly after pushing logout button? (solved)
After successful login, the “JWT” cookie is received in frontend. To delete this cookie, user need to logout. But after pushing the logout button, why user receive the below error message and the JWT cookie is still in frontend ? How to delete this cookie correctly ?
I am getting CORS error when cookies are not set
I always have so much pain with CORS and here is my situation.
I am sending get request from my frontend: