Accessing local node js server via another device in the same network
I've been developing an API server using Node.js.
Before Big Sur I was able to expose local IP (given by the router) to other devices, accessing API like so:
Unfortunately, seems like MacOS Big Sur blocked connections from a remote device, and now I can't seem to access my local server using another device, even though they both are connected to the same network.
Has anyone encountered this before? How do I change it? Is it really a thing with Big Sur OS?
Thanks.
[Link Edited by Moderator]