Skip to content
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

Built App on Node.js server has unexpected behavior with internal links #39

Open
inglesuniversal opened this issue Apr 17, 2020 · 2 comments
Labels
question Further information is requested

Comments

@inglesuniversal
Copy link

NOTE: I'm pretty sure, the issues are caused by my lack on knowledge rather than by the script which works perfectly on my local machine and the server itself, as long as I'm using the initial port number.

Hi: I followed your advice and I started a node.js server, installed the script, but I think my build is not set up correctly...

I'm getting this page with and empty text screen:

https://mydomain.com/decentralized-video-chat/public/jointest

I had to manually type the .HTML extension so that the file would actually be visible in the browser (landingpage.html / newcall.html) without any port shown as part of the the URL (domain.net/decen...)

Once I picked my nick to start the video chat I got another blank page with this:

https://myserver.com/decentralized-video-chat/public/joinMYNICKNAME

PS: Please allow me to apologize since I'm quite new into node.js

Regards

@ianramzy
Copy link
Owner

You are forgetting the slash after join aka /join /myName NOT /joinmyName

@Chaphasilor
Copy link
Collaborator

Hi, could you please refrain from posting more issues? It's really hard to keep an overview otherwise. I'll close your other issues now, please post any new question here inside this issue!

So, I guess you're not using the server at all. If you need put .html at the end of the url, the zipcall server isn't serving the pages at all, but rather some other webserver that might be running, like apache.
Have you made sure the PORT environment variable is set to 80? You might also need to configure SSL for the server. I can't show you how right now, but maybe I can do that later.

@Chaphasilor Chaphasilor added the question Further information is requested label Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants