Giter Site home page Giter Site logo

Comments (3)

Thatoo avatar Thatoo commented on May 26, 2024

I face the same issue. I can't follow external users then.
I can follow local users though..

And I can be followed by external users.

from social.

Thatoo avatar Thatoo commented on May 26, 2024

Well, I have to moderate my previous message. It seems like there is only one account I can't follow, the only one I was trying because it's mine.
Maybe at some point I couldn't follow any account (at the time I could not be followed, check #1697 to know how I solved it) but I didn't try several account, I just tried mine and now, the problem is solved but because mine was "blocked" or something, I still can't follow mine...

I tried following my externa account from an other local account and I works. So only my local account can't follow my external account 'maybe due to past error)...

So the pbm sounds like solved to me. Maybe it was because of the same reason I could not be followed, that's the only thing I have changed but because I was focusing only on following my remote account from my local account, (which is not working) , i didn't realized I could actually follow all other external account.
What I changed was, in nginx :
location = /.well-known/webfinger { return 301 /nuage-nextcloud/index.php$uri; }
to
location = /.well-known/webfinger { return 301 /nuage-nextcloud/index.php$request_uri; }

from social.

Thatoo avatar Thatoo commented on May 26, 2024

Well, I even could solve the last issue, I mean follow my remote account with my local account doing first the following occ command

occ social:account:following --unfollow <userIdOfLocalAccound> <RemoteAccount>

from social.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.