apiary icon indicating copy to clipboard operation
apiary copied to clipboard

ErrorException: Attempt to read property "envelope" on null

Open sentry-io[bot] opened this issue 2 years ago • 1 comments

Sentry Issue: APIARY-BB

ErrorException: Attempt to read property "envelope" on null
  File "/app/Observers/DocuSignEnvelopeObserver.php", line 17, in Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
    $envelope->signable->envelope->count() === 0
  File "/app/Observers/DocuSignEnvelopeObserver.php", line 17, in App\Observers\DocuSignEnvelopeObserver::deleted
    $envelope->signable->envelope->count() === 0
  File "/app/Http/Middleware/CASAuthenticate.php", line 93, in App\Http\Middleware\CASAuthenticate::handle
    return $next($request);
  File "/app/Http/Middleware/Sentry.php", line 59, in App\Http\Middleware\Sentry::handle
    return $next($request);
  File "/public/index.php", line 52
    $request = Request::capture()
...
(84 additional frame(s) were not displayed)

sentry-io[bot] avatar Feb 16 '23 01:02 sentry-io[bot]

occurred while soft-deleting an envelope

kberzinch avatar Feb 16 '23 01:02 kberzinch