Issue with ibis-server local development #1032
Unanswered
ongdisheng
asked this question in
Q&A
Replies: 1 comment
-
BTW, I'm able to connect to mysql if I modify the host value to be return ibis.mysql.connect(
host="localhost", # previously is info.host.get_secret_value()
port=int(info.port.get_secret_value()),
database=info.database.get_secret_value(),
user=info.user.get_secret_value(),
password=info.password.get_secret_value()
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
In the latest version, I get the following error as shown below when I pass the host value
host.docker.internal
from wren-ui frontendAdditional Context
This only happens when I start the ibis-server locally, but not in ibis-server container started from here. This is not encountered in previous versions.
Beta Was this translation helpful? Give feedback.
All reactions