skip to Main Content

websocket issue on blazor with CentOS and Nginx

I am triying to deploy my blazor app (server side) into my VPS with CentOS. And the deployment went fine, i can access my website, but in the console i see the following errors: blazor.server.js:1 WebSocket connection to 'wss://website.com/_blazor?id=bMDvWwyNa5R5y9KsTVUS6A' failed:…

VIEW QUESTION

socket: address family not supported by protocol – CentOS

CentOS 7 Docker version 20.10.6, build 370c289 I try to run image like this: docker run -d --name sonarqube -p 9000:9000 -v sonarqube-conf:/opt/sonarqube/conf -v sonarqube-data:/opt/sonarqube/data -v sonarqube-logs:/opt/sonarqube/logs -v sonarqube-extensions:/opt/sonarqube/extensions sonarqube But get error: docker: Error response from daemon: driver failed…

VIEW QUESTION

rpm glibc Centos 7

How can I install both of them on CentOS 7? They both depend on each other. The machine is not connected to the internet. [efe@localhost Desktop]$ sudo rpm -i glibc-2.17-317.el7.x86_64.rpm warning: glibc-2.17-317.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY…

VIEW QUESTION
Back To Top
Search