I am following the tutorial to add a trivial proxy “hello world”.
I followed everything on the web: http://docs.apigee.com/tutorials/add-and-configure-your-first-api.
But when I open the proxy, using “curl http://xxxxxx-test.apigee.net/v0/hello” on terminal or
directly click http://xxxxxx-test.apigee.net/v0/hello, I have error message:
{“fault”:{“faultstring”:“The Service is temporarily unavailable”,“detail”:{“errorcode”:“messaging.adaptors.http.flow.ServiceUnavailable”}}}
can you help me what happens here? Thanks!