nextcloud / health

Nextcloud health app
GNU Affero General Public License v3.0
95 stars 19 forks source link

Exception: App with id health has invalid signature #172

Closed louim-lbs closed 10 months ago

louim-lbs commented 10 months ago

When trying to update to 2.1.1 on the last NC 27.

[no app in context] Erreur: Exception: App with id health has invalid signature at <>

  1. /app/www/public/lib/private/Installer.php line 194 OC\Installer->downloadApp()
  2. /config/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php line 535 OC\Installer->updateAppstoreApp(" sensitive parameters replaced ")
  3. /app/www/public/lib/private/AppFramework/Http/Dispatcher.php line 230 OCA\Settings\Controller\AppSettingsController->updateApp(" sensitive parameters replaced ")
  4. /app/www/public/lib/private/AppFramework/Http/Dispatcher.php line 137 OC\AppFramework\Http\Dispatcher->executeController()
  5. /app/www/public/lib/private/AppFramework/App.php line 183 OC\AppFramework\Http\Dispatcher->dispatch()
  6. /app/www/public/lib/private/Route/Router.php line 315 OC\AppFramework\App::main()
  7. /app/www/public/lib/base.php line 1068 OC\Route\Router->match()
  8. /app/www/public/index.php line 36 OC::handleRequest()

GET /settings/apps/update/health from XXX by XXX at 2023-12-13T08:33:43+00:00

maedball commented 10 months ago

I am facing the same issue: Update is failing + uninstall reinstall is failing

RainerEmrich commented 10 months ago

I am facing the same issue: Update is failing + uninstall reinstall is failing

Same here.

datenangebot commented 10 months ago

There were an unexpected version in the appstore. Don't know why, but should be fixed now.

louim-lbs commented 10 months ago

On the Appstore the recommended version for NC27 and lower still appear as 2.1.1. Maybe should I just wait?

image