-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty white page #42
Comments
does the console say anything? are you running the server? |
Yes, the server is running. This is the console output |
what are the steps you took to build and run it? did you build all the "modules"? |
I cloned LiveStreamDVR with --recurse-submodules and followed the steps for LiveStreamDVR standalone setup according to the README file. Which modules do I have to build? I am using apache2 reverse proxy:
|
considering you do have the index.html served to you i guess you have them all built. must be something with the reverse proxy only serving / and no subdirectories. i don't use apache for this server but for others i have pretty much the same config, except for the keepalive part like, in the client-vue/dist there are directories and other files, right? |
Trying to access the vodplayer with myserver.com:8080/vodplayer also does not work. Content of LiveStreamDVR/twitch-vod-chat/dist
The output of the building process, if it is of any use:
|
builds seem to be alright both using port 80 and 8080 won't work? accessing the site served by the node executable should work |
yes
How do I do that? |
apache is running at port 80 |
|
i really don't know what else it could be, cloning a new one and building it, and view it only locally without any reverse proxies would be my only advice |
I've cloned this and run
yarn install
andyarn run build
but the only thing I'm getting is an empty white page.This is the sourcecode of the page:
The text was updated successfully, but these errors were encountered: