-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Unable to use SQL API #7582
Comments
I've run into a similar issue. I ended up running the process I needed to connect to the Cube SQL within Docker Compose, which, while it's a workaround, got me unblocked. Have you tried setting |
Hey @1043038630, I believe this issue is related to Docker Compose networking or Docker Desktop networking rather than Cube itself. For instance, when you run Cube like this, are you able to open the Playground at http://localhost:4000 in your web browser? |
Thank you for replying to me. I've tried it before, but it still doesn't work. I later solved this problem because the version of my Docker deployment was incorrect. I deployed it completely according to the documentation, but it was incomplete. It seems that the API service was missing. Later, I found the latest stable version in the Docker hub and redeployed it, and it was fine |
Thank you for your reply. I have resolved the issue because my version is incorrect. The official documentation deployment method does not include API services |
@1043038630 I'm glad to hear that you have resolved your issue!
Could you please kindly provide a link to the docs page or its part where you think that is missing? That would help fix it. Thank you in advance! |
https://cube.dev/docs/product/getting-started/core/create-a-project The services in this version are not very complete, I think it should be clearly reminded |
Describe the bug
I deployed using Docker, and the content of my document set ports, accounts, and passwords in the environment variables. However, when I tried to access it, it was unsuccessful
To Reproduce
Steps to reproduce the behavior:
1.Add the following configuration in Docker
2.Starting Docker Service
3.Write the following code based on the reference document.Document address:https://cube.dev/docs/product/configuration/visualization-tools/jupyter
4.Error message
Version:
The text was updated successfully, but these errors were encountered: