-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The social app is not working correctly #1876
Comments
|
Nothing strange appears in the browser console in Network Tab. I have attached the log from the console here again. |
I have the same problem But with different Nextcloud version |
For some reason this issue disappears after an app reset. |
I tried that too; I also tried to install another version, but unfortunately it didn't work. |
I'm getting an error trying to load any profile, in the dev console:
Which points to this file: var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"social__wrapper",class:{'icon-loading': !_vm.accountLoaded}},[(_vm.accountLoaded && _vm.accountInfo)?_c('ProfileInfo',{attrs:{"uid":_vm.uid}}):_vm._e(),_vm._v(" "),(_vm.accountInfo && _vm.$route.name === 'profile')?_c('Composer',{attrs:{"initial-mention":_vm.accountInfo.acct === _vm.currentAccount.acct ? null : _vm.accountInfo,"default-visibility":"direct"}}):_vm._e(),_vm._v(" "),(_vm.accountLoaded && _vm.accountInfo && _vm.isLocal)?_c('router-view',{attrs:{"name":"details"}}):_vm._e(),_vm._v(" "),(_vm.accountLoaded && !_vm.accountInfo)?_c('NcEmptyContent',{attrs:{"title":_vm.t('social', 'User not found'),"description":_vm.t('social', 'Sorry, we could not find the account of {userId}', { userId: _vm.uid })},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('img',{staticClass:"icon-illustration",attrs:{"src":_vm.emptyContentImage,"alt":""}})]},proxy:true}],null,false,2365308424)}):_vm._e()],1)
}
var staticRenderFns = []
export { render, staticRenderFns } Search for NC 28 (AIO latest + manual upgrade to 28) Tried reverting all migrations, re-creating the app state from the start - same result Also when trying to follow NextCloud mastodon, I get this:
|
I have the same issue with nc 28.0.2 (on TrueNAS SCALE), and social app 0.6.1.
I tried to reset the app, but that didn't helped. |
Hi, I also encountered a similar issue on Nextcloud Hub 9 (30.0.4) using Social v0.7.0
|
Describe the bug
We have installed the Social app on our Nextcloud instance. You can post messages and also see the messages yourself. The only thing that doesn’t work is the profile tab where the profile should be displayed. There’s just a loading icon here.
What could be the reason?
Expected behavior
A loading symbol is only displayed for the "Profile" field; sometimes nothing at all.
Screenshots
Client details:
The text was updated successfully, but these errors were encountered: