LibreWeather / libre-weather

https://libreweather.com
GNU Affero General Public License v3.0
6 stars 0 forks source link

Website Licenses page does not work #14

Closed Holyphoenix closed 2 years ago

Holyphoenix commented 2 years ago

When navigating to the Licenses page on the libreweather website, I am met with 404 error.

https://libreweather.com/licenses

TobiTenno commented 2 years ago

Thanks, looking into it!

TobiTenno commented 2 years ago

Has it ever worked for you before? I'm wondering if we never actually got it working in prod, but if it worked in dev only

Holyphoenix commented 2 years ago

No, I don't think it ever worked in prod. The build script probably needs to be updated to call the build:licenses script to make sure it builds the licenses file and includes it in assets before it compiles the actual app.

TobiTenno commented 2 years ago

Hmmm, okiedoke. I thought I had those set up already, but I'll definitely look. Thanks.

TobiTenno commented 2 years ago

looks like it was because we're using an SPA but not redirecting traffic through index.html.... peeps over at parcel got me sorted