Error when listing all files in user_home disk #374
-
Hi I encoundered a strange issue which I don't know if it comes from nativephp or Laravel. when doing Error message:
League\Flysystem\UnableToListContents Doing a ls -la command I can see that the node_modules listed there is indeed a symlink Ls output
I know the exception is triggered because it meets a symlink, but could I patch it in any way? Is it something you encountered before? I'd like to avid writing a function to list all files recursively by hand. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
OK I found a solution. I'll try to push a pr for that but I need some feedback on how to proceed. |
Beta Was this translation helpful? Give feedback.
This was released, so should be resolved now.