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

Blank Page #5

Open
matheuscucoloto opened this issue Dec 2, 2019 · 0 comments
Open

Blank Page #5

matheuscucoloto opened this issue Dec 2, 2019 · 0 comments

Comments

@matheuscucoloto
Copy link

Hey guys.
When access sipcaller url i receive blank page. With inspector chrome i have this errors.

Resource interpreted as Stylesheet but transferred with MIME type text/html: "https://10.128.0.1:8443/static/css/main.d2b1225d.chunk.css".
config.js:1 Uncaught SyntaxError: Unexpected token '<'
1.2d889413.chunk.js:1 Uncaught SyntaxError: Unexpected token '<'
main.83d04877.chunk.js:1 Uncaught SyntaxError: Unexpected token '<'

My server/config.js

module.exports =
{
domain : 'localhost',
tls :
{
cert : /root/SipCaller/server/certs/cert.pem,
key : /root/SipCaller/server/certs/privkey.pem
},
// Listening port for https server.
listeningPort : 8443,
// Any http request is redirected to https.
// Listening port for http server.
listeningRedirectPort : 8881
};

my server/public/config.js
var iceServers = [ ];

my node version

v13.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant