I have been using App Engine since last three years and recently started exploring AngularJS and Cloud Endpoints for creating web apps.
I started with this recipe given on Google developer's website and facing following problems since last three days. I am using Eclipse with GAE plugin - App Engine SDK 1.8.9. Used the plugin for generating the APIs.
- Why it stops working on localhost when it was running fine just a few minutes ago? I get proxy html error now and then. Situation is like - sometimes it works, sometimes it doesn't!!
- Why the same code when uploaded on GAE does not work at all (no data fetching or adding ) though things are working absolutely fine in API explorer?
Not posting my code since I am using the same code given in the above recipe.
My question is : why this surprising behavior - no consistency? Am I missing anything?
SOLVED: We have to use https and not http. Working fine for me now.