Spaces:
Configuration error
Configuration error
Duplicated name in variables and secrets
#1
by
chris-rannou
HF staff
- opened
Hello @Nixic ,
In your settings you created a secret and a variable with the same name api_key
.
Variables and secrets are added as environment variables to your Space at runtime. The name collision results in a conflict on the Space creation preventing its build.
To solve this issue remove one of the secret or variable api_key