social icon indicating copy to clipboard operation
social copied to clipboard

Can't follow suggested nextcloud account

Open ChristophWurst opened this issue 1 year ago • 10 comments

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:

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]
  • Device: [e.g. iPhone6, desktop]
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) ...

ChristophWurst avatar Mar 21 '23 17:03 ChristophWurst

Same issue. Are you able to post anything?

srijansaxena11 avatar Mar 24 '23 12:03 srijansaxena11

No logs? Are you able to open profile?

srijansaxena11 avatar Apr 15 '23 18:04 srijansaxena11

Everything working fine for me now.

srijansaxena11 avatar Apr 25 '23 12:04 srijansaxena11

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

Moonbase59 avatar Apr 26 '23 22:04 Moonbase59

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.

srijansaxena11 avatar Apr 27 '23 14:04 srijansaxena11

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

Moonbase59 avatar Apr 27 '23 21:04 Moonbase59

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.

srijansaxena11 avatar Apr 28 '23 14:04 srijansaxena11

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

Fauli1221 avatar Jul 10 '23 11:07 Fauli1221

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

Thatoo avatar Nov 15 '23 10:11 Thatoo

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

Thatoo avatar Dec 17 '23 11:12 Thatoo