I have deployed my site to server and I am getting so many below warnings.
Alert: User warning: mkdir(): Permission Denied in DrupalComponentPhpStorageFileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
I want to debug or get the exact path and directory name where drupal want to create it. I have also tried with permission of chmod -R 777 to sites/default/files
path but no success. So, Please help me if anyone know how to debug it.