-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Netmask Problem when Posting an Event #112
Comments
geisi93
changed the title
Netmask Problem when Posting and Event
Netmask Problem when Posting an Event
Apr 17, 2015
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: #122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: