> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/releases/2023/v6.7.1.md).

# Release v6.7.1 (2023-10-17)

Published 2023-10-17 07:42:45Z

* [fylr\_checksums.txt](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.7.1/fylr_checksums.txt)
* [fylr\_v6.7.1\_darwin\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.7.1/fylr_v6.7.1_darwin_amd64.tar.gz)
* [fylr\_v6.7.1\_darwin\_arm64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.7.1/fylr_v6.7.1_darwin_arm64.tar.gz)
* [fylr\_v6.7.1\_linux\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.7.1/fylr_v6.7.1_linux_amd64.tar.gz)
* [fylr\_v6.7.1\_windows\_amd64.zip](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.7.1/fylr_v6.7.1_windows_amd64.zip)

## In case of problems after fylr update to v6.7

### fylr might forget its location defaults

Symptoms for that are: Uploads do no longer work. And the location defaults just all display `- not configured -` (In the Base Configuration - File worker). ([Screenshot](https://github.com/programmfabrik/fylr-gitbook/blob/main/_assets/images/forgotton_location_defaults.png))

Fix: configure the location defaults again. In almost all cases this should be trivial. If you have multiple locations that are ambiguous, check their contents to see what they were used for.

### Webfrontend path not found

fylr does not start with: `Error setting default for config: Webfrontend path not found: open /fylr/files/webfrontend/index.html: no such file or directory`

Fix: remove the line `path: "/fylr/files/webfrontend"` from fylr.yml. It is below `webapp`.

### Unable to open resource file

fylr does not start with: `ERR Unable to load [...] error="Unable to open resource file [...]"`

Fix: remove the `resources:` line from fylr.yml. Resources are not included in the container any more but are included in the fylr binary file. There, they are found automatically... if you do not specify a path in fylr.yml.

Any questions / bugs: <support@programmfabrik.de>

## Fixes

* startup: prevents panic if no build info can be found in web build or go build
