I’ve been running a docker-based linkding instance on one of my servers for a couple years now, using it with the linkding firefox extension, and it’s been awesome. I’m still able to access the page and use it to go to links normally, but, as of yesterday, when I try to bookmark something with the extension it throws an “Internal Server Error” and fails to save it. Same thing happens when I try to add a bookmark “manually” via the linkding page.
I’ve restarted the docker instance and made sure the alpine VM it’s on (via proxmox) is up to date, but to no avail. Other containers on the VM seem to be working fine. Portainer says the container is healthy. The full error message is “Error saving bookmark: Request error: Internal Server Error.” Anyone had the same problem?
Everything seems fine with 1.39.1. What’s the docker log say? Also which version?
Thanks, but I’m an idiot. I dug around a little and realized I was low on disk space and running a badly outdated version. All good now.
bookmarks
low on disk space
Goddamn boy, how many links you got? A million? lol
Lol, a lot, but not that many. Mostly docker shit filling up /var from containers I’d tried running or run for a while and got bored of. Just needed a good
docker prune -a --volumes
.