I'm viewing a locally hosted website (React ). I can view it via IP http://192.168.1.100:3000/ (192.168.1.100 is my local IP address), but not via http://localhost:3000/ or http://127.0.0.1:3000/
I can access my locally hosted content at http://localhost:5000/ from the node express service, but I cannot access my serverless offline from http://localhost:5050/.
I haven't had this trouble before, it is not working since last week. Do you have any idea what needs to change?