Drupal 11: Fix Stuck Updates

If Drupal's updates page is checking updates, but not displaying the results, then you can reset the functionality here by running the following Drush command.

drush php:eval "\Drupal::keyValue('update_fetch_task')->deleteAll();"

You can then redo the update fetch and Drupal will show the results.

Add new comment

The content of this field is kept private and will not be shown publicly.