@girish said in Should the URL of the "Social Nextcloud App" also change when you change the subdomain of "Nextcloud Cloudron app" ?:
“cloud_url”: getenv('CLOUDRON_APP_ORIGIN'),
“social_url”: getenv('CLOUDRON_APP_ORIGIN') . '/nextcloud/index.php/apps/social/”,
I did edit ./config/config.php via de the file manager and add those to line
'cloud_url': getenv('CLOUDRON_APP_ORIGIN'),
'social_url': getenv('CLOUDRON_APP_ORIGIN') . '/nextcloud/index.php/apps/social/',
but it didn't work
So I dig a little bit more and found the solution here
overwrite.cli.url have to be set properly (which Cloudron take care of)
than do a
reset /occ social:reset
sudo -u www-data php occ
which result with this "bug"
so I'll wait to see