-
Notifications
You must be signed in to change notification settings - Fork 58
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
Follow in both directions doesn't work #630
Comments
It can be related to my problem in the other issue: #570 (comment) |
I'm not able to follow anyone either, I can search just fine but they do not show up in my follower count or timeline when I click 'Follow'. Attempting to post a message does not work either. I am also running in Docker behind a reverse proxy. Social app 0.2.6 / Nextcloud 16.0.1 I am able to successfully show my user account information by using the webfinger |
please provide logs from your httpd and your nextcloud. You should set |
i have the same issue, in the nextcloud logs this shows up:
and in the same logs when i try to follow it from the outside i get this:
|
Fixed it some time ago by reset social plugin in cli. |
I have the same problem and I get the same error message that @Grosskopf posted. Running |
I found #294 which mentioned the webfinger configuration as a potential source of problems related to the Social app, and I figured my webfinger configuration looked different. - location =/.well-known/webfinger {
- return 301 $scheme://$host/public.php?service=webfinger;
- }
+ rewrite ^/.well-known/webfinger /public.php?service=webfinger last; After applying the above update to my NGinx configuration, I find that following works "a bit more" than before, but it's not there yet. While the user I'm trying to follow shows up in my "Following" list, it still showed a count of "0" for a long while (it eventually updated though) and my Global Timeline appears as empty still. In the logs I find the following message after pressing Follow:
Curiously, I can also no longer find the Nextcloud account by searching for |
I'm new to Mastodon, and apparently you only see message in the Global Timeline that have been posted after you started following that person. 😄 It seems to be working then after updating the webfinger configuration. |
I tried to follow nextcloud social account from mastodon and it fails because of a redirect to the login page? |
Try to follow a user (follow looks good, but follow count in profile is still 0) of an external (mastodon) instance or follow the nextcloud social user (shown as pending) doesn't work.
Nextcloud with social is running in docker (official stable-apache image) with reverse proxy (tls offloading, Nextcloud and talk app works fine) in front.
The text was updated successfully, but these errors were encountered: