You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured it out. I moved the calls out of the async function and did a test, turns out I didn't have dependencies installed.
I think we need some way of escalating exceptions to the parent process. Currently it only shows the exception capture and flow that you use in the catch block.
Been having good success with the package so far - well done!
However, as part of my async job, I want to copy files from local to S3. As soon as I just check for file existence:
if (!Storage::disk('cloud')->exists($destination)) {
I see this error:
I'm not actually sure how to debug this, because I cannot log or dive any deeper, unfortunately.
Any ideas?
The text was updated successfully, but these errors were encountered: