Every time I click the “Join” button to join a session, a error generate,
POST https://<ip-address>:5000/api-sessions/get-token net::ERR_CONNECTION_TIMED_OUT
Why the server is taking too long ? I have set the server up as per the documentation.
What I am doing wrong? please help.
Obviously that won’t work. You have the URL right there:
https://:5000/api-sessions/get-token
You lack the IP or domain. You have to tell your HTTP client the complete URL to post to.
              
              
              1 Like
            
            
          sorry for the mistype. I have update the question.