Empty timelines after update #692
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#692
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After pulling
plumeorg/plume:latest
(which maps to https://hub.docker.com/layers/plumeorg/plume/latest/images/sha256-a64a3306468d72c947f3c4f1aeb73d8f0431f8f89f0201b596a6b889a66a024b) today, and runningplm migration run
in my Docker container, the service is restarted and working but all the timeline pages show no entries, e.g at https://blog.funkwhale.audio/timeline/1:While we definitely have corresponding data in the database.
I dont see anything worrying in the server logs, but I can definitely dig if you give me some instructions :)
f0846ff546
What happens when you try to search? Do posts show up? As they ought to.
Search form doesn't seem to work at all (all fields are required, so I cannot trigger a search, but this is probably unrelated):
Visiting https://blog.funkwhale.audio/search?q=funkwhale by hand yields appropriate results though.
OK, so the issue simply is that the migration that creates the timeline doesn't fill them. I'll try to submit a fix, and to add a command to
plm
to re-generate timelines in case there are issues like that.