pushd
pushd copied to clipboard
Netmask Problem when Posting an Event
Hi,
I try to post an event:
http://localhost:8001/event/Test
but I always get this netmask error:
Error: Invalid net address: ::1
at new Netmask (C:\Users\geisrieglm\pushd\node_modules\netmask\lib\netmask.js:69:15)
at Netmask.contains (C:\Users\geisrieglm\pushd\node_modules\netmask\lib\netmask.js:83:14)<b
Does anybody know what the problem is and how to fix it? Thanks
I managed it by commenting some parts of the settings out:
everyhting of acl, auth and admin.
I also get this error, and it is also fixed if I comment out acl, but that is not good.
Is there any other solution how to fix this?
I am facing the same issue..
the following workaround did the trick for me: https://github.com/rs/pushd/pull/122