HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

MWS error during annotations query on stagin #47

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

Working on local machine but not in staging ENV. Thought maybe this is because we're using different secret keys for different environments but that doesn't seem to be the case. Thanks for looking into this!

Request
https://staging-posting-api.hashtagsell.com/v1/annotations?query=iphone
Response
{
  "name": "PersistenceError",
  "message": "unable to find annotations",
  "sourceError": {
    "type": "fatal",
    "code": "mwsprod-005",
    "source": "matchingProducts",
    "message": "Response error! (Parameter Signature cannot be empty.(Sender/InvalidParameterValue))"
  },
  "statusCode": 500,
  "query": "iphone",
  "queryContext": "All"
}
brozeph commented 9 years ago

Issue was due to the MWS credentials secret key value not being set in the configuration for the container. Verified this is now working correctly.