-
Notifications
You must be signed in to change notification settings - Fork 7
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
Transfer of endpoint configuration from appstore to connector fails #125
Comments
@boxer-code Could you paste your python script which you have used for upload the app metadata? Then, I can see what goes wrong? |
Sure! I've tried to upload two endpoints so I created an input_endpoint and an output_endpoint method.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm using the ids-app-template (https://gitlab.cc-asp.fraunhofer.de/fhg-fit-ids/ids-app-template) and trying to connect it to a route. I've added an input and an output endpoint while uploading the app and it's visible with GET /api/endpoints on appstore side. After downloading the app, there is only one APP Endpoint visible with GET /api/endpoints on connector side. Am I missing something at the configuration?
This is the response on GET /api/endpoints on appstore side:
And this is the response (only about the APP endpoint) on connector side:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That the configured endpoints stay visible and accessible as they are at appstore side.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: