angular 5 & 8 - 431 Request Header Fields Too Large - http-headers

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

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

To add to Murilo's answer, you can clear the guilty cookie in chrome by:
hitting F12 (to open developer tools)
in the application tab expand cookies, right click the localhost url.
click clear.

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

Related

My site does not load on new Safari version 15

My ruby on rails website does not load on safari 15. It works fine on older versions as well as other browsers. The below is what I see in Safari 15
There is nothing in the console logs or any indication of what the "problem" is. Interestingly this is also an issue for my site if I run it locally on localhost:3000 which leads me to think it's an issue with something in my sites code.
If I disable Javascript the site will then load, what in my Javascript could cause this?
I have a similiar problem with my matured React app. Some users of my web application are using Safari 15 and they report that some fragments of the application are not loaded.
I also got screenshots from them. There is nothing indicated in the console.
But interesstingly all the HTML canvas elements are not rendered. Even the small ones.
Some examples:
Leaflet map in canvas (map tiles somehow not rendered):
A chart in a canvas (chart stays blank):
I mean it is working in every other browser since years and also Safari 14 and Safari on iOs.
Must be something Safari 15 realted.
For me this ended up being an issue with Three.js, I needed to upgrade it's version then the site worked in safari. If you're not using Three.js, then I'd recommend checking the other JavaScript packages you are using.

Why does my Vue Spa not work in mobile offline mode?

i run into a (at least for me) strange issue with vue.
I created an SPA without any remote content. Just a .html file, some css and vue to "jump" between content divs.
The SPA was created for mobile devices.
When i visit the page with internet connection everything works fine.
Now is "add the page to homescreen".
When i open the "app" (homescreen page) without internet connection the click event does no longer work.
When i open the "app" with internet connection, again everything does work as expected.
Does anyone have a clue what's wrong in here?
UPDATE:
The issue seems to appear only on tablet. I have tried on a smartphone and the app does work even in offline Mode.
Maybe relevant:
Tablet: Nexus 7
OS: Android 6.0.1
Browser: Chrome 75.0.3770.67
SOLVED
The issue was, that the JS Code was not stored when adding the Page to the Homescreen. I have added a service worker to cache the assets. Now everything works like a charme :)

Siebel Input fields fluctuate

I facing issue regarding fluctuation of Input fields in Siebel
Input fields fluctuate on scrolling.
I’ve done following troubleshooting.
Added in trusted site.
Added in compatibility view settings.
Tried in private browsing.
Graphics Driver installation.
EMIESiteListManager.msi
Windows 10 (IE 11) re-installed
If your version of Siebel is openui, most probably this is javascript issue. Open the browser console and see if there are javascript issues there, try to add the missing files to the server.
It could be due to different versions of browser objects, try clearing your browser cache & restart browser.

IE 10 not using AppCache after browser closed

I wrote an application using the HTML5 Cache Manifest and I'm having a problem using it in IE 10.
I used Fiddler to witness the manifest file being downloaded and all resources fetched on the initial load of the application. If I disable my network adapter to force the machine offline, the application continues to work as expected as long as I don't close the browser window.
However, when I close the browser window, then attempt to re-open the page from a favorite, IE 10 tells me "You're not connected to a network". Obviously I know that, I'm trying to use the app offline. These exact steps work in Chrome.
Is this behavior by design? Is there a workaround? I can't test with IE 11 right now...is this different in IE 11?
Hearing of some issues of the appcache clearing if your company utilizes gpo settings and has "empty temporary internet files folder when browser is closed" enabled.
Did you find the answer to this? I have the same problem. I did get a bit further though. I found that if you go to the IE10 File menu option and tick Work Offline then try and access your cached app it loads the page but I still have an issue as it does not appear to be using the javascript file that should also be cached. All works ok on Google Chrome but our clients are restricted to IE so Chrome is not an option.

Safari blank page from Umbraco-driven site

I am running a site using Umbraco 4.
In Safari (Mac) when I refresh the page I get a completely blank page; the page appears to have finished trying to load.
I'm using a lot of JavaScript so I tried to removing all JavaScript but the error still persists.
The site is here
http://www.dreamguts.com/
I would really appreciate any input.
I have done some digging on this and it would appear to be a bug in Webkit:
https://bugs.webkit.org/show_bug.cgi?id=26621
The bug report suggests that disabling the WebCore cache via Debug menu may help.
Tim