The entity name must immediately follow the '&' in the entity reference
Use this
&&...
Wednesday, 12 October 2016
Saturday, 8 October 2016
Invalid model specified: Validation Result: warnings : [], errors : [Invalid model schema specified]
I am configuring model schema for aws api gateway.
Invalid model specified: Validation Result: warnings : [], errors : [Invalid model schema specifie...
planner returned error: unable to find index for $geoNear quer
planner returned error: unable to find index for $geoNear qu...
Friday, 7 October 2016
geospacial - location nearby
{ "code" : { "_bsontype" : "Int32", "value" : 2 }, "errmsg" : "$geometry is required for geo near query", "message" : "$geometry is required for geo near...
Thursday, 6 October 2016
Git returns 407 from proxy after connect.
Git returns 407 from proxy after connect.
This is due to corporate proxy
git config --global http.proxy http://.....:8080
Then, you need to set ssl false
git config --global http.sslVerify false
...
Wednesday, 5 October 2016
Missing Authentication Token
{"message":"Missing Authentication Token"}
I am using api gateway for exposing my rest api.
I got this issue when i run through the swagger file.
...
Monday, 3 October 2016
Issue in Running Mongodb in windows
PS C:\mongodb\Server\3.2\bin> mongod
16:09.996+0000 I CONTROL [initandlisten] MongoDB starting : pid=3244 port=27017 dbpath=C:\data\db\ 64-bit
host=WIN-GV01B0P34FK I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 I CONTROL [initandlisten]...