Connector Importing issues #65
mirzakobasevic
started this conversation in
Troubleshooting Guide
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Repository : INT0010-CUSTOMCONNECTORS
DEVKIT : v0.0.47
ERROR 1 :
Solution : before import, in connector's .cdsproj file uncomment lines 20-22
ERROR 2 :
DEVKIT does not create openapidefinition.json file needed for import
Solution :
This file needs to be present in solutions/yourconnector/src/Connectors and it has to have name yourconnector_openapidefinition.json (example: talxis_connectorsemail_openapidefinition.json)
If that file is not generated after build, you have to make it manually and fill it with data from connector.swagger.yml file (example: email.wagger.yml) in json format
I used this editor for converting .yml to .json.
Steps:
Beta Was this translation helpful? Give feedback.
All reactions