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

Unable to follow any account (local or global) #1739

Closed srijansaxena11 closed 1 year ago

srijansaxena11 commented 1 year ago

Describe the bug I can search for an account and open their profile (with my PR changes of #1738 ) but I cannot follow any account. The console doesn't show any error. Neither does the network panel. The request is successful. And it shows following on the page (which is via JS I believe). But upon refreshing the page, it gives me option to follow instead of showing following.

To Reproduce Steps to reproduce the behavior:

  1. Go to Profile of any user
  2. Click on Follow
  3. It shows following. Refresh the page.
  4. It again gives option to follow.

Expected behavior The account should be followed and should come in my following list.

Screenshots image image image

Client details:

Server details **Social app version:** 0.6.0-beta5 **Operating system**: Ubuntu 22.04.1 LTS **Web server:** Apache **Database:** MySQL **PHP version:** 8.1.2 **Nextcloud version:** (see Nextcloud admin page) 26.0.0
Logs #### Nextcloud log (data/nextcloud.log) ``` N/A ``` #### Browser log ``` N/A ```
srijansaxena11 commented 1 year ago

I can be followed now but I cannot follow anyone. I see the following error: image

srijansaxena11 commented 1 year ago

Working fine now.

riparise commented 1 year ago

would you mind sharing what did you do?