Hi,
I am running react frontend, nestjs backend with supertokens. Everything is working fine. but if I run the client on local IP instead of localhost, supertoken login page is not displaying. it says This site can’t be reached. 172.20.36.142 refused to connect.
how can I run supertoken react app example on IP address instead of localhost?
Please help me.