You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same as you "0 Following" on the profile page. See #1251 and #1246 for details of my config.
It would be interesting to note what is your rewrite rule returning ?
$ curl 'https://domain.tld.well-known/webfinger?resource=acct:user@domain.tld'
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://domain.tld/nextcloud/public.php?service=webfinger&resource=acct%253auser%2540domain%252etld">here</a>.</p>
</body></html>
I currently get something like the above. I believe I added some more replacement options [NE], etc. which may cause the double-escaping of the resource=value with %253a, %2540 and %252e but the actual problem is the & which I can not do away with, despite using [QSA,L] as suggested in the apache and nextcloud documentations.
cannot like, reblog or reply
social version: 0.4.2
these are my tables:
oc_social_3_action
oc_social_3_actor
oc_social_3_cache_actor
oc_social_3_cache_doc
oc_social_3_client
oc_social_3_client_auth
oc_social_3_client_token
oc_social_3_follow
oc_social_3_hashtag
oc_social_3_instance
oc_social_3_req_queue
oc_social_3_stream
oc_social_3_stream_act
oc_social_3_stream_dest
oc_social_3_stream_queue
oc_social_3_stream_tag
If i try to like reblog or reply I get this eroor-message:
{"status":-1,"exception":"OCA\Social\Exceptions\InvalidResourceException","message":""}
The corresponding url i.e.:
https://servilo.dohmen.link/index.php/apps/social/ostatus/follow/?uri=https%3A%2F%2Fxn--baw-joa.social%2Fusers%2Flfdi%2Fstatuses%2F105991205287692119
Also weird: I can follow, but in my profile it shows that I am not following anyone - if I klick on it, it shows me the sites I'm following.
The text was updated successfully, but these errors were encountered: