Server listening on port 3000
http://localhost:3000/ works OK until now, anyone knows the reason and how to fix it? thanks
telnet 127.0.0.1 3000 seems OK, is it because security setting?
Server listening on port 3000
http://localhost:3000/ works OK until now, anyone knows the reason and how to fix it? thanks
telnet 127.0.0.1 3000 seems OK, is it because security setting?
It's not really a Forge issue actually... Anyway
Please check if your localhost is redirected to https://
while connecting with http://
. If it is, there are two ways to prevent it happens again:
Otherwise, you need to check your local HTTP server's SSL settings to get rid of this problem.