Spaces:
Build error
Build error
Add * to allowed hosts to test
Browse filesApp doesn't load from spaces view. Testing if this is the cause
src/grubguesser/settings.py
CHANGED
|
@@ -32,6 +32,7 @@ app_domain = os.getenv("HF_SPACE_DOMAIN")
|
|
| 32 |
if app_domain:
|
| 33 |
ALLOWED_HOSTS.append(app_domain)
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
# Application definition
|
| 37 |
|
|
|
|
| 32 |
if app_domain:
|
| 33 |
ALLOWED_HOSTS.append(app_domain)
|
| 34 |
|
| 35 |
+
ALLOWED_HOSTS = ["*"]
|
| 36 |
|
| 37 |
# Application definition
|
| 38 |
|