Hi all, i am trying to run cypress test on local environment. When we start our app locally. We start chrome by mapping some domains with ip and port.
Something like this. Image 1
Now when i run my test in cypress and points to this dev-local domain by giving 8000 port in baseurl. I am able to load the page but some of the js calls still calls the domain without using the port like this _ image 2
How can i specify port to internal calls?
https://cdn.discordapp.com/attachments/763114122065739818/1110914479065137272/20230524_181929.jpg▾
https://cdn.discordapp.com/attachments/763114122065739818/1110914479442628649/20230524_182502.jpg▾