-
Notifications
You must be signed in to change notification settings - Fork 102
Description
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.