Okay, try setting Secure: false
and restart the server and see if it works from 192.168.1.81
I believe the default config says something like:
Secure: process.env.NODE_ENV === 'production'
That way when you’re dev mode it’ll always be a non-secure cookie and should work everywhere.