Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
This repository was 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

@MatteoOreficeIT

Description

@MatteoOreficeIT

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions