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.

White screen after login

See original GitHub issue
  • code-server version: Code-server:latest (from docker)
  • OS Version: Debian 9

Description

I have a trouble with docker-powered installation of code-server. After successful login there is white screen. Sorry for inconvenience, but I’m using Safari on iPadOS and I can’t provide browser console log. No output in terminal while these events. Also screenshot of apache config

IMG_1116

Steps to Reproduce

  1. Just login

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:35 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
therawcommented, Feb 19, 2020

@lujo777 yea your apache rules are the only problem if you can switch to nginx i’m using these rules

        location / {
                proxy_pass                        http://172.69.0.77:8080;
                proxy_set_header Host             $host;
                proxy_set_header X-Real-IP        $remote_addr;
                proxy_set_header X-Forwarded-For  $proxy_add_x_forwarded_for;
                proxy_http_version                1.1;
                proxy_set_header                  Upgrade $http_upgrade;
                proxy_set_header                  Connection "Upgrade";
                access_log                        off;
        }

i’m here because i had same problem with white screen

i don’t use apache so i can’t directly help with your problem may someone else help you with apache rules.

2reactions
lujo777commented, Feb 19, 2020

nginx its simple idk what distro you’re on but just open default config (it may be on /etc/nginx/conf.d/default.conf or /etc/nginx/sites-enabled/default.conf) and replace location / block with the one i gave you and do service nginx restart

Whoa, it’s working! Thu! ^_^

Read more comments on GitHub >

github_iconTop Results From Across the Web

White Screen After Login (Virus) - PCrisk
White screen after login is caused by faulty ransomware infections, which are unable to connect to their command server, and thus unable to ......
Read more >
White Screen of Death: Causes & 8 Fixes - Windows Report
How can I fix the White Screen of Death on Windows 10? · 1. Force restart your Windows 10 system · 2. Remove...
Read more >
Fix: White Screen with Cursor After Login in Windows 11 or 10
Fix: White Screen with Cursor After Login in Windows 11 or 10 ; Step 1: Press CTRL + SHIFT + ESC keys together...
Read more >
How to Fix Blank White Screen of Death on Windows 11/10?
Effective DIY methods to resolve blank white screen of death · 1. Remove the peripheral devices · 2. Force restart your Windows PC...
Read more >
How to Quickly Fix White Screen on Computer/Laptop in 2023
Quick Fixes to White Screen on Windows Computer/Laptop in 2023 · Tip 1: Force Restart Your PC · Tip 2: Remove External Devices...
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