@Steve Traut
Hi Steve, thanks for writing in.
Ok heres what I am doing:
I have setup the streetcarts-config.json file as described.
I am trying to Add users via the streetcarts API, with below log output:
Owner@Owner-Laptop MINGW64 ~/Tony/Projects/EAPI100/StreetCarts/root/streetcarts/proxies/src/gateway/bin/seed (master)
$ node streetcarts-config-seed register-users ./streetcarts-config.json ./data/users.json
Creating user Liz456
Creating user steffen111
Creating user freewill444
Creating user jonesy42
Creating user Alex666
Creating user steve303
Request: POST https://antoniofigueiredo1-test.apigee.net/v1/streetcarts/users
Headers: {“Content-Type”:“application/json”,“x-api-key”:“QMMdyu1N63b3nUjaTl0PcueEAG1AjiG4”}
Status code: 200
Response: {“statusCode”:200,“body”:“{"message":"Invalid application name","statusCode":400,"errorType":"illegal_argument"}”,“headers”:{“date”:“Thu, 03 Nov 2016 14:54:51 GMT”,“content -type”:“application/json; charset=utf-8”,“content-length”:“86”,“connection”:“close”,“x-powered-by”:“Express”,“access-control-allow-origin”:“*”,“etag”:“W/"56-vnfKJvw1QrkNglGMFM6M4A"”,“server” :“Apigee Router”},“request”:{“uri”:{“protocol”:“https:”,“slashes”:true,“auth”:null,“host”:“antoniofigueiredo1-test.apigee.net”,“port”:443,“hostname”:“antoniofigueiredo1-test.apigee.net”,“hash” :null,“search”:null,“query”:null,“pathname”:“/v1/streetcarts/users”,“path”:“/v1/streetcarts/users”,“href”:“https://antoniofigueiredo1-test.apigee.net/v1/streetcarts/users"},“method”:“POST”,"he aders”:{“Content-Type”:“application/json”,“x-api-key”:“QMMdyu1N63b3nUjaTl0PcueEAG1AjiG4”,“content-length”:206}}}
Error creating user account:
Error: Invalid application name
Request your inputs to the above error:
Thanks
Antonio