Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding empty endpoint causes internal server error #152

Closed
bettio opened this issue Nov 15, 2019 · 1 comment
Closed

Adding empty endpoint causes internal server error #152

bettio opened this issue Nov 15, 2019 · 1 comment
Labels
app:appengine_api This issue or pull request is about astarte_appengine_api application minor This issue causes only minor annoyance to the user user experience This issue is about user experience

Comments

@bettio
Copy link
Contributor

bettio commented Nov 15, 2019

Steps to reproduce:
Install an interface with an empty string as endpoint.

{
    "interface_name": "myInterface",
    "version_major": 0,
    "version_minor": 1,
    "type": "properties",
    "ownership": "device",
    "mappings": [
        {
            "endpoint": "",
            "type": "longinteger"
        }
    ]
}
@bettio bettio transferred this issue from astarte-platform/astarte_appengine_api Dec 20, 2019
@bettio bettio added app:appengine_api This issue or pull request is about astarte_appengine_api application minor This issue causes only minor annoyance to the user user experience This issue is about user experience labels Dec 20, 2019
@rbino
Copy link
Collaborator

rbino commented Dec 2, 2020

Closed by astarte-platform/astarte_core#41

@rbino rbino closed this as completed Dec 2, 2020
Astarte Core Components automation moved this from Unscheduled Backlog to 0.11 Done Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:appengine_api This issue or pull request is about astarte_appengine_api application minor This issue causes only minor annoyance to the user user experience This issue is about user experience
Projects
No open projects
Development

No branches or pull requests

2 participants