SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
538 stars 42 forks source link

Ensure neither an empty nor a whitespace only string can trigger the interstitial page #3317

Closed finestructure closed 3 weeks ago

finestructure commented 3 weeks ago

I couldn't reproduce the issue locally and I suspect the problem was that this line in app.yml

    HOMEPAGE_INTERSTITIAL: ${HOMEPAGE_INTERSTITIAL}

actually sets the env variable to "" in the container. I've ad hoc deployed this change to dev (where before the problem was apparent, just like in prod) and it's fixed now.