-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Unable to retrieve the visibility for file at location... #233
Comments
Never seen this error before. Sorry. Indicates to me that something is off in the file system driver. |
At least that's where I'd start to debug. Not to say there isn't a bug in curator but it's using apis provided by laravel and filament. I try to override as little as possible. |
Thanks for the feedback, I'll keep debugging and post here when I find the issue. Whether it's my own setup or a bug. |
@awcodes I confirm that behavior starts since 2.7.7 Example: since 2.7.7 we have exception and all broken( |
Ok. I think I know what's happening. Will try to get a fix out later today. Thanks for the feedback and debugging. |
yep i think we need check if path exist here https://github.com/awcodes/filament-curator/blob/2.x/src/Models/Media.php#L40 before get visibility |
Was thinking the same thing. Thanks. |
Hi @awcodes,
There seems to be an issue when deleting files from the library (FILESYSTEM_DISK=public).
Could you perhaps shed some light on this? Perhaps I'm missing some configuration?
Here's the error and stack trace I get:
The text was updated successfully, but these errors were encountered: