-
Notifications
You must be signed in to change notification settings - Fork 61
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
'Domain supply' Error message at 'Running the image' stage #3
Comments
Hey Alvin, the |
FYI, we just added the following:
Hopefully that clears it up. Thx! |
Hi! |
Hey @alvincyram, are we good to close this issue? Thx! |
OK. |
I want to test your KG studio on Window Docker desktop.
When I run 'docker run -it --rm -p 1234:8000 kg_engine:v1',
I get the following Error message - 'ValueError: domain must be supplied.'.
I would appreciate any advice on how to resolve this error.
What I did:
kg-enginge> docker run -it --rm -p 1234:8000 kg_engine:v1
Screenshots
INFO: Started server process [17]
INFO: Waiting for application startup.
ERROR: Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 732, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "/usr/local/lib/python3.10/contextlib.py", line 199, in aenter
return await anext(self.gen)
File "/usr/local/lib/python3.10/site-packages/whyhow_api/main.py", line 53, in lifespan
jwks_url = settings.api.auth0.jwks_url
File "/usr/local/lib/python3.10/site-packages/whyhow_api/config.py", line 110, in jwks_url
raise ValueError("domain must be supplied.")
ValueError: domain must be supplied.
ERROR: Application startup failed. Exiting.
The text was updated successfully, but these errors were encountered: