Describe the issue:
Running python3 src/fastapi_app/seed_data.py reports an error: cold not translate host name "", the. env file has not been configured correctly.


Repro Steps:
- Fork this repository.
- Open this repository from Codespace.
- Run
cp .env.sample .env.
- Run
python3 -m pip install -r src/requirements.txt.
- Run
python3 -m pip install -e src.
- Run
python3 src/fastapi_app/seed_data.py.
Environment:
- Azd version:
azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: Windows 11
Expected Behavior:
Run python3 src/fastapi_app/seed_data.py successfully.
@bobtabor-msft and @hemarina for notification.