-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot see the posts on my profile page #107
Comments
By the way, Hollo requires PostgreSQL 17 or higher. |
It only happens if there is a post that I have boosted |
What do you get when you run the following query directly against your database? (You can connect directly to your database with the SELECT count(*)
FROM posts
WHERE actor_id = '32e7bbc0-c574-42fd-8c3e-23856fbfd987'
AND sharing_id = '0194c07c-a0ab-798c-85be-b0b00f5e5b18'; |
For now the count is 0 because I've cancelled all boosts I think. When I boost that post again, it shows 1 (And the error reappears). |
It works perfectly, thank you! |
But I can still see the posts at https://c.honnip.page/@honnip
I've migrated 0.3.5 to 0.4.6.
hollo(0.4.6) log:
postgresql(16.6) log:
The text was updated successfully, but these errors were encountered: