Call to undefined method Drupal\file\Entity\File::url()

This error can occur after upgrading to drupal 9. 

Call to undefined method Drupal\file\Entity\File::url()

Solution

Change

$url = $file->url();

to

$url = $file->createFileUrl();

 

 

Saved you some valuable time?

Buy me a drink 🍺 to keep me motivated to create free content like this!