What happened
I successfully deployed the latest version with Docker. However, when I attempt to enable sync I get the following error:
Sync error: Sync push failed (500): {"ok":false,"error":"Failed to write vault: EACCES: permission denied, mkdir 'data/vaults'","traceId":"req_eef02614"}
Articles are also still being falsely flagged as paywalled content. Some sources aren't anymore, but the issue largely remains.
Expected behavior
I expected to be able to enable & use the sync feature successfully within Docker. I also expected the article paywall bug to be fixed.
Steps to reproduce
The push sync failure bug:
- Run
git clone https://github.com/forcingfx/feedzero.git && cd feedzero
- Run
cp .env.example .env && nano .env
- Change the hostname to the IPv4 address of the device it's running on & save the file
- Run
sudo ./scripts/feedzero up
- Open https://[insert IPv4 here]
- Click "Get Started"
- Click "Local only" & continue
- Click "Explore" & add a few sources with valid RSS URLs
- Click the settings button
- Click the cloud sync toggle
- Click "Set up new cloud sync"
- Copy & save secret key
- Click "Enable sync"; see the error message as shown earlier
The article paywall bug:
- Open either https://my.feedzero.app or https://[insert IPv4 here]
- Click "Explore" & add a few sources with valid RSS URLs
- Click the affected source
- Click any given article from that source
- Click "Full text"; see the "Paywalled article" box
Browser + version
Firefox 151.0.2 on Kubuntu 24.04
Reader version
0.12.0
Additional context
This is running on a new Ubuntu server 26.04 KVM with Docker & Portainer.
What happened
I successfully deployed the latest version with Docker. However, when I attempt to enable sync I get the following error:
Sync error: Sync push failed (500): {"ok":false,"error":"Failed to write vault: EACCES: permission denied, mkdir 'data/vaults'","traceId":"req_eef02614"}Articles are also still being falsely flagged as paywalled content. Some sources aren't anymore, but the issue largely remains.
Expected behavior
I expected to be able to enable & use the sync feature successfully within Docker. I also expected the article paywall bug to be fixed.
Steps to reproduce
The push sync failure bug:
git clone https://github.com/forcingfx/feedzero.git && cd feedzerocp .env.example .env && nano .envsudo ./scripts/feedzero upThe article paywall bug:
Browser + version
Firefox 151.0.2 on Kubuntu 24.04
Reader version
0.12.0
Additional context
This is running on a new Ubuntu server 26.04 KVM with Docker & Portainer.