Skip to content

'Domain supply' Error message at 'Running the image' stage #3

Description

@alvincyram

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions