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
488 stars 59 forks source link

Can't follow suggested nextcloud account #1697

Open ChristophWurst opened 1 year ago

ChristophWurst commented 1 year ago

Describe the bug

I'm not able to follow the suggested nextcloud account on first use

To Reproduce Steps to reproduce the behavior:

  1. Go to the app
  2. Click Follow Nextcloud on mastodon.xyz

Expected behavior

My account follows nextcloud

Screenshots

Bildschirmfoto vom 2023-03-21 17-43-54

Client details:

Server details **Social app version:** **Operating system**: **Web server:** **Database:** **PHP version:** **Nextcloud version:** (see Nextcloud admin page)
Logs #### Nextcloud log (data/nextcloud.log) ``` Insert your Nextcloud log here ``` #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
srijansaxena11 commented 1 year ago

Same issue. Are you able to post anything?

srijansaxena11 commented 1 year ago

No logs? Are you able to open profile?

srijansaxena11 commented 1 year ago

Everything working fine for me now.

Moonbase59 commented 1 year ago

AIO 5.0.0, Social 0.6.0-rc2: Same error message here, but after refreshing the page Nextcloud messages started showing up.

srijansaxena11 commented 1 year ago

AIO 5.0.0, Social 0.6.0-rc2: Same error message here, but after refreshing the page Nextcloud messages started showing up.

So account is being followed? Can you try following other accounts by searching them manually and following them and see if it works? I think this first prompt to follow Nextcloud account is a little buggy due to some reasons.

Moonbase59 commented 1 year ago

For me: Yes, account is being followed. As stated in #1750, I can also follow Mastodon accounts but not my own writefreely blog.

srijansaxena11 commented 1 year ago

Quoting the comment here.

I don't think blog.syvi.net is using the webfinger protocol which allows Nextcloud Social to search for accounts. Because https://blog.syvi.net/.well-known/webfinger?resource=acct:@tech-snippets gives error page instead of account details. Therefore, it is not the error at Social app side but it's at the other end.

Fauli1221 commented 1 year ago

Have the issue as well on my Nextcloud

I'm using the nextcloud snap, so I don't know where I can get the log from

Thatoo commented 9 months ago

I can't follow, neither be followed on a fresh install of nextcloud on a fresh install of yunohost.

Thatoo commented 8 months ago

I finally managed to be able to be followed. For that, I changed the redirect nginx rule location = /.well-known/webfinger { return 301 /nuage-nextcloud/index.php$uri; } to location = /.well-known/webfinger { return 301 /nuage-nextcloud/index.php$request_uri; }

However, I still can't follow, I face the same issue as here : https://github.com/nextcloud/social/issues/1813