Hello Guys
I earlier created an ec2 instance for openvidu which has public_ip end with 24 and openvidu version was 2.14.0. I was creating app with insecure js tuto. I was getting version issue because my insecure version is 2.15.0.
I launched another ec2 instance and its openvidu version is 2.15.0.
Now when I am using OPENVIDU_SERVER_URL in my app as new instance url but it is redirecting to me on old ec2 instance.
Please suggest me solution.
I also made changes in .env and docker-compose.yml as well.