Unhandled Rejection (TypeError): Cannot read property 'status' of undefined

×

Unhandled Rejection (TypeError): Cannot read property ‘status’ of undefined

(anonymous function)

src/App.js:295

292 | })  
293 | .catch((response) => {  
294 |     var error = Object.assign({}, response);> 
295 |     if (error.response.status === 409) {      | ^  
296 |         resolve(sessionId);  297 |     } else {  
298 |         console.log(error);

View compiled


Getting this error after entering participant and session and clicked join. I am using openvidu insecure react tutorial.

I am too facing same issue.
Did u find any solutions ?