-
Notifications
You must be signed in to change notification settings - Fork 337
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
Local Data Connector Service is not working #325
Comments
@ObservedObserver just checking with you here, in case I am doing something wrong in my end. Can you please let me know? |
I have exactly the same behavior. There is no "get_connection" path served in the blueprint. It looks like, the function was renamed, but I do not see a commit for that. Is it somewhere in another branch? |
I will try deploying once again after the new merge and update this issue today |
This is working now, thanks @nuclon ! |
Hello team,
I am trying to use both RATH client and the data connector service locally.
The docker file I am using to start RATH client is as follows:
When I can see the client frontend, I then start the data connector service with:
docker exec rath /usr/bin/python3 /Rath/services/connector/app.py
The client and data connector service start up fine. I can access the client UI and connector service api points seem to work fine:
But I cannot set up the connector service on the client UI:
It also looks like the connector service located at https://gateway.kanaries.net/connector/ uses different source code than what is located in services/connector in the master branch of the repository:
Here it looks like /api/get_connection endpoint exists but it does not in the master branch:
Also:
And:
Is the connector service source code in the repository outdated? How can I set up the data connector service in a way that the RATH client will successfully connect?
Thank you for your work!
The text was updated successfully, but these errors were encountered: