I had 503 in my backend when I had an endpoint request. when you use Google Datastore, first you need to run it on localhost so that it creates an index in the datastore-indexes-auto.xml file that is automatically generated.
this is an example of an index
<datastore-index kind="Conference" ancestor="true" source="auto"> <property name="name" direction="asc"/> </datastore-index>
source share