You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x] Bug report
[ ] Documentation issue or request
The problem
I have syndesis (1.13.2) running on locally via CRC. When I attempt to create an API Connector given a valid OpenAPI spec, it appears the UI is unable to parse the contents correctly. I get no operations listed and when I attempt to continue (click next button), I get a blank screen.
Expected behavior
Correctly list operations.
Screenshot
Main issue:
Secondary problem (not sure if related to the first)
Request and Response Data
API Endpoints and Schemas
Tasks involved / Steps to Reproduce
Click Customizations -> API Client Connectors on left nav
Click Create API Connector
Upload a valid OpenAPI spec file
Click Next
The text was updated successfully, but these errors were encountered:
Thanks for reporting this and providing the steps to reproduce with the OpenAPI document. I'm unable to reproduce this with 1.13.2 (3a4b315), for me the custom API client connector is created without an issue. Can you check the syndesis-server-* pod logs and the Network tab in the developer tools of your browser to see if there are any errors reported there?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a...
The problem
I have syndesis (1.13.2) running on locally via CRC. When I attempt to create an API Connector given a valid OpenAPI spec, it appears the UI is unable to parse the contents correctly. I get no operations listed and when I attempt to continue (click next button), I get a blank screen.
Expected behavior
Correctly list operations.
Screenshot
Main issue:
Secondary problem (not sure if related to the first)
Request and Response Data
API Endpoints and Schemas
Tasks involved / Steps to Reproduce
The text was updated successfully, but these errors were encountered: