Blank page on Firefox (and Chromium)
See original GitHub issueDescribe the bug The server displays a blank page on Firefox 63 on Linux.
The error in the inspector console is:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ thrift.js:348:8
TypeError: Thrift.copyList is not a function[Learn More] report_server_types.js:1776:27
TypeError: this.headerContentNode.firstChild is null[Learn More]
CodeChecker version 6.9.0
To Reproduce Steps to reproduce the behavior
- Run
CodeChecker server
- Go to ‘localhost:8001’
- Blank Page
Desktop (please complete the following information)
- OS: Linux
- Browser Firefox
- Version 63
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Fix: Firefox Blank or White Screen - Appuals.com
Open your browser · Visit the website that gives the blank page. Once the blank page is shown · Press CTRL, ALT and...
Read more >Firefox is not displaying webpages, just a blank screen
Go to Firefox > Help > Troubleshooting Information. · Click the "Reset Firefox" button. · Firefox will close and reset. After Firefox is...
Read more >Website opens, but when I use search option I get a blank ...
But when I click on the search option, all I get is a blank newspapers.com page. It works normally with Chrome and IE....
Read more >Firefox only opens a blank white screen - Mozilla Support
Firefox only opens a blank white screen ... I can navigate the web on Chrome and get e-mail through Outlook just fine.
Read more >FF loads blank screen for some web sites. - Mozilla Support
The problem I face FF renders a blank screen for some web sites, unfortunately these few web sites are important ones that I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, I also found this same issue with the latest git master as well as v6.10.0 tag, on Debian Buster (following the install steps)
The web server wouldn’t even start without upgrading Thrift in pip:
After upgrading it in pip directly (to 0.11.0), it starts but has a mostly-instant empty page. After upgrading the requirements.txt files, a lot more files load in the web interface but still dies at the same spot.
After updating the makefile mentioned above, and
make clean
followed bymake package
, it does work.(Follow-up from Gitter) @reneparis There’s a file which described where to fetch external resources for the Web App here: https://github.com/Ericsson/codechecker/blob/master/web/server/vendor/Makefile#L5 I think this is the one that should also be modified.