If Drupal's updates page is checking updates, but not displaying the results, or it is only checking a handful of the modules you have, 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