We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 };
/root/SipCaller/server/certs/cert.pem
/root/SipCaller/server/certs/privkey.pem
my server/public/config.js var iceServers = [ ];
my node version
v13.2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: