pushd icon indicating copy to clipboard operation
pushd copied to clipboard

Netmask Problem when Posting an Event

Open geisi93 opened this issue 9 years ago • 4 comments

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

geisi93 avatar Apr 17 '15 11:04 geisi93

I managed it by commenting some parts of the settings out:

everyhting of acl, auth and admin.

geisi93 avatar Apr 20 '15 13:04 geisi93

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?

bajalovic avatar Aug 10 '15 08:08 bajalovic

I am facing the same issue..

akkina9 avatar Aug 25 '15 06:08 akkina9

the following workaround did the trick for me: https://github.com/rs/pushd/pull/122

akkina9 avatar Aug 25 '15 06:08 akkina9