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.

When I visite the web page the content flashes then everything turns black.

See original GitHub issue

I’m trying to self host this on my ubuntu server via docker. I am running it with the following docker-compose.yml

version: "2.1"
networks:
    Net:
        external: true
services:
    RxResume:
        image: amruthpillai/reactive-resume
        container_name: RxResume
        #volumes:
        ports:
            - 5050:80
        networks:
            Net:  
        restart: unless-stopped

I can navigate to the page in my browser. The favicon appears and the content flashes for a moment then everything goes black.

I’m honestly not sure what to do or what the issues it. I’m using brave and it happens when using edge as well.

Thanks for any help!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
modem7commented, Jun 27, 2021

@AmruthPillai totally makes sense!

Docker wise at least, many people would use third party auth systems like authelia, so you wouldn’t really need to do anything much with that side of things.

At least in my experience, something like an admin endpoint for editing stuff can be very easily secured (even if it’s a simple htaccess) (eg /admin), then standard public view wouldn’t need to have anything fancy on it (if at all really given the nature of the project).

The issue ofc, comes if you wanted to make a multiple users feature etc later down the line, but even then, either a oauth connector or simple auth would be good ways of potentially looking at it.

Granted, I’m a sysadmin, not a dev, so definitely don’t know the scope of how complex it’d be to do this.

0reactions
AmruthPillaicommented, Mar 8, 2022

Closing this in favor of Reactive Resume v3 release. If you continue to face this issue, please raise a new one and I’ll have a look at it as soon as I can.

In the meantime, if you are able to, please consider donating to keep supporting the project: https://www.buymeacoffee.com/AmruthPillai 😃

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Page flashes content for a few milliseconds then goes blank
The page is: https://www.walmart.com/grocery/. The flash of content(?) seems like it might be part of the target page, but it disappears so ...
Read more >
Screen flickers and goes black when using any web browser
I keep getting a flickering black screen when I open any internet browser (have tried Opera, IE, Edge, and Google). I've reinstalled my...
Read more >
Your Guide to Website Flicker and How to Deal With It
Flicker refers to the experience of a webpage loading once, and then quickly changing content to display something new. It happens when you...
Read more >
Fix Chrome Shows Black boxes on Web Pages - Techdows
Fix Chrome Shows black boxes on web pages. Ensure you're using the latest Chrome, and turn on the Hardware Acceleration option in Settings,...
Read more >
White flashes when browsing website - WordPress.org
Basically, when you visit a new page, the dark mode is automatically applied there ... What you can try is remove all white...
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