question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken server side request with cookies in 5.12.2

See original GitHub issue

After upgrading from 5.12.1 to 5.12.2 a server side axios request seems like does not send the original request cookies. proxyHeaders is tuned on and it seems to work so I think it is a breaking change in axios itself. 5.12.1 used axios 0.19.2 but 5.12.2 uses axios 0.20.0 and it has a lot of changes https://github.com/axios/axios/compare/v0.19.2...v0.20.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

11reactions
pi0commented, Dec 14, 2020

Issue finally solved by v5.12.4. Special thanks again @1ed for making issue and helping for reproduction ❤️

2reactions
pi0commented, Dec 10, 2020

Hi. I made PR #452 for fix but still need a reproduction. Seems headers passing from client, are properly proxified to API inside asyncData. Would be nice if can help to make reproduction because otherwise cannot fix…

Read more comments on GitHub >

github_iconTop Results From Across the Web

cookie headers are not sent in ssr request after new update to ...
I am using laravel sanctum as a authentication strategy, which is running fine with both ssr and client it was sending the correct ......
Read more >
Cookie is not included in request header / Server side cannot ...
I am using express-session to handle logins. Cookie on the browser & server sessions works fine. Cookies. However, I am having trouble ...
Read more >
Using HTTP cookies - MDN Web Docs
The browser may store the cookie and send it back to the same server with later requests. Typically, an HTTP cookie is used...
Read more >
7 Keys to the Mystery of a Missing Cookie - Medium
So this could be another reason why the cookies are missing in the POST cross-site request. Troubleshooting tip: open the developer console and ......
Read more >
Release notes for Linux - Zoom Support
The Zoom client supports the use of Zoom Mesh within a local network, reducing internet bandwidth used by attendees when connecting with Zoom ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found