Closed mderasse closed 2 years ago
A serverinfo app is required for MediaDC settings (for the bug report section).
You can manually install it:
git clone https://github.com/nextcloud/serverinfo.git --depth 1 -b $NEXTCLOUD_VERSION nextcloud/apps/serverinfo
php -f nextcloud/occ app:enable serverinfo
where $NEXTCLOUD_VERSION
- your Nextcloud server version tag v24.0.3
After that, you need to reinstall MediaDC (as the database could possibly not be initialized because of this bug).
Thanks for the quick reply.
I actually already had serverinfo but it wasn't enabled ... Enabling it and reinstalling MediaDC did fix the issue.
Thank you for your amazing work and your help !
Have a nice day!
I ran into this too. If we're not alone, maybe the error could be caught?
Hello,
Describe the bug Following the installation of the app (manually or through the nextcloud apps) i'm not able to configure / use the application. MediaDC settings are not showing up and call to apps/mediadc/api/v1/settings return 500
To Reproduce Steps to reproduce the behavior:
Environment:
Additional context Logs:
I'm also having the "Could not resolve" issue for:
Any idea how to resolve that ?
Thank you !