diff --git a/backend/capellacollab/__main__.py b/backend/capellacollab/__main__.py index 4d03bde11..a83f2d72f 100644 --- a/backend/capellacollab/__main__.py +++ b/backend/capellacollab/__main__.py @@ -43,7 +43,7 @@ ALLOW_ORIGINS = ( [f"{config.general.scheme}//{config.general.host}:{config.general.port}"] - + ["http://localhost:4200"] + + ["http://localhost:4200", "http://127.0.0.1:4200"] if core.DEVELOPMENT_MODE else [] ) diff --git a/frontend/Makefile b/frontend/Makefile index 8a829cd9c..da87e106c 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -3,7 +3,7 @@ export NG_FORCE_TTY=false -HOST ?= 127.0.0.1 +HOST ?= localhost .ONESHELL: