When I visite the web page the content flashes then everything turns black.
See original GitHub issueI’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:
- Created 2 years ago
- Reactions:1
- Comments:13 (9 by maintainers)
Top 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 >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
@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.
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!