Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

[helloworld] : devserver gapi API calls are directed to remote endpoint instead localhost #6

Open
MatteoOreficeIT opened this issue Oct 10, 2018 · 0 comments

Comments

@MatteoOreficeIT
Copy link

Until appengine-endpoints version 1.9.7 gapi client calls are directed to remote enpoint https://your-app-id.appspot.com/_ah/api/helloworldendpoints/v1/sayHello instead to localhost:8080 endpoint generating a 503 Service Unavailable

the helloworld:pom.xml needs to be updated with this dependency :

<dependency>
            <groupId>com.google.appengine</groupId>
            <artifactId>appengine-endpoints</artifactId>
            <version>1.9.8</version>
</dependency>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant