I was working with Google cloud endpoints and everything was fine. But when I updated my Android key and web key to production mode every request returns 200 null or 400 null.
I have rebuilt the project and nothing worked I am trying in both Android and api explorer and both return : status code then null Despite that the full result is contained in the response in JSON format . I get the response but the status message always null
You can try it at this URL and see the result : https://apis-explorer.appspot.com/apis-explorer/?base=https%3A%2F%2Fcutter-1215.appspot.com%2F_ah%2Fapi#p/userRegistrationApi/v1/userRegistrationApi.signUser
UPDATE: After some experiments the status message returned by Google chrome or android device is null , but on Firefox it's not null and working. I don't know what is the reason for that