nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
490 stars 59 forks source link

Nothing works (Posting, following, viewing profiles) #671

Open virtualdxs opened 5 years ago

virtualdxs commented 5 years ago

Describe the bug Posting and following appears to work, but going to my profile afterwards doesn't result in anything being shown as following or under posts. Going to /index.php/apps/social/@rowletbot@mastodon.social/ shows:

image

Clicking on follow changes the button to following after a brief delay; clicking the button to unfollow changes it to follow after a brief delay (as expected); but going to profile shows 0 following.

To Reproduce Described above

Expected behavior Seeing posts on users' profiles; seeing a timeline with users' posts; seeing my posts and follows on my profile

Client details:

Server details **Social app version:** 0.2.101 **Operating system:** Arch **Web server:** Caddy 0.11 **Database:** Postgresql 10.5 **PHP version:** 7.3.5 **Nextcloud version:** 16.0.3
Logs #### Nextcloud log (data/nextcloud.log) Nothing mentioning social #### Browser log Just `The escapeHTML library is deprecated! It will be removed in nextcloud 19.` repeatedly
ArtificialOwl commented 5 years ago

try ./occ social:reset. If you still have issues, please set loglevel to 1 in config/config.php

virtualdxs commented 5 years ago

Changed loglevel, reset again, and tried to do a few things. Log: social.log

ArtificialOwl commented 5 years ago

It seems you have an issue with the /.well-known/webfinger

Which httpd are you using ?

virtualdxs commented 5 years ago

The good news: Fixing webfinger fixed the follow count. The bad news: I still don't see any other posts, whether directly viewing another profile or in my global timeline ("No local posts found"/"Posts from other people on this instance will show up here"). Let me get some more logs.

virtualdxs commented 5 years ago

I tried to get more logs, but log entries are only generated when I follow/unfollow someone, which works, but not when I open their page or go to my global timeline, which don't.

metafarion commented 5 years ago

I'm getting this as well. I have managed to get Following to work, or at least my Following section of my profile shows the correct people and number, but nothing ever shows up in my Global timeline. Of particular concern is that the Global timeline reads "No local posts found Posts from other people on this instance will show up here", which is exactly what the Local timeline reads. Is this mislabeling, or is it actually trying to load the Local timeline in place of the Global?

Posting also does not appear to do anything. It does not increment my Posts count in my profile, nor does it show the post itself anywhere else I can find.

Server is Devuan Beowulf (from Debian 10), Nextcloud 16.0.6 and Social 0.2.101 on Apache 2.4.38 + PHP 7.3.11 + MariaDB 10.3.17

metafarion commented 4 years ago

Since my last comment, posts have begun populating my Global timeline. I think I was expecting it to fill up with past posts immediately, but it only shows stuff from the time I followed onward.

However, my own posts still do not appear anywhere I can see.

pwFoo commented 3 years ago

I think that problem is related to other issues?

630

943