angular 5 & 8 - 431 Request Header Fields Too Large
Asked Answered
C

3

7

I'm working on 2 projects and installed Angular 8 in my machine for new project. But, I'm using Angular 5 for existing project. I'm getting 431 Request Header Fields Too Large error in my Angular5 project after I installed Angular 8. How can I fix this error in my current project?

Thanks

Covering answered 27/1, 2020 at 20:14 Comment(0)
E
9

To add to Murilo's answer, you can clear the guilty cookie in chrome by:

  1. hitting F12 (to open developer tools)
  2. in the application tab expand cookies, right click the localhost url.
  3. click clear.

enter image description here

Eous answered 22/10, 2020 at 0:28 Comment(0)
B
7

I've had the same problem and it looks like that is a browser cache issue. Try to open your application in an incognito windows or clean your cache, i did it and it worked

Berndt answered 2/7, 2020 at 14:3 Comment(1)
The incognito option has worked for me. Thanks!Ammonal
H
0

I've had the same problem, after checked i found content of HttpHeaders too large

Hydrography answered 10/9, 2020 at 15:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.