ModelNotFoundException {#618
  #model: "App\Models\MemberSharePost"
  #ids: []
  #message: "No query results for model [App\Models\MemberSharePost]."
  #code: 0
  #file: "/var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
  #line: 395
  trace: {
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:395 {
      › 
      ›     throw (new ModelNotFoundException)->setModel(get_class($this->model));
      › }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/app/Utility/OauthUtility.php:265 {
      › ->where("shared_url_string", "=", $url)
      › ->firstOrFail();
      › 
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/app/Http/Controllers/MyDashboardController.php:65 {
      › if($url) {\r
      ›     $return = OauthUtility::Instance()->getShareDetailsForRender($url, $request);\r
      ›     extract($return);\r
      arguments: {
        $url: "index"
        $request: Request {#38 …}
      }
    }
    App\Http\Controllers\MyDashboardController->index() {}
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:55 {
      › {
      ›     return call_user_func_array([$this, $method], $parameters);
      › }
      arguments: {
        $function_name: array:2 [ …2]
        $parameters: array:2 [ …2]
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44 {
      › if (method_exists($controller, 'callAction')) {
      ›     return $controller->callAction($method, $parameters);
      › }
      arguments: {
        $method: "index"
        $parameters: array:2 [ …2]
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Route.php:203 {
      › return (new ControllerDispatcher($this->container))->dispatch(
      ›     $this, $this->getController(), $this->getControllerMethod()
      › );
      arguments: {
        $route: Route {#225 …}
        $controller: MyDashboardController {#530 …}
        $method: "index"
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Route.php:160 {
      › if ($this->isControllerAction()) {
      ›     return $this->runController();
      › }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Router.php:572 {
      › return $this->prepareResponse(
      ›     $request, $route->run()
      › );
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
      › try {
      ›     return $destination($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/app/Http/Middleware/Log.php:62 {
      ›     }
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:65 {
      › ) {
      ›     return $this->addCookieToResponse($request, $next($request));
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/app/Http/Middleware/CorsMiddleware.php:34 {
      › // 2) Normal request -> run the app
      › $response = $next($request);
      › 
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64 {
      › 
      › $response = $next($request);
      › 
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
      › {
      ›     $response = $next($request);
      › 
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59 {
      › {
      ›     return $this->encrypt($next($this->decrypt($request)));
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102 {
      › 
      ›     return $pipeline($this->passable);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Router.php:574 {
      ›                         );
      ›                     });
      › }
      arguments: {
        $destination: Closure {#562 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Router.php:533 {
      › 
      › $response = $this->runRouteWithinStack($route, $request);
      › 
      arguments: {
        $route: Route {#225 …}
        $request: Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Router.php:511 {
      › 
      ›     return $this->dispatchToRoute($request);
      › }
      arguments: {
        $request: Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
      › 
      ›     return $this->router->dispatch($request);
      › };
      arguments: {
        $request: Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
      › try {
      ›     return $destination($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:46 {
      › 
      ›     return $next($request);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);
      › };
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#509 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);
      › } catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102 {
      › 
      ›     return $pipeline($this->passable);
      › }
      arguments: {
        Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
      ›                 ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
      ›                 ->then($this->dispatchToRouter());
      › }
      arguments: {
        $destination: Closure {#193 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
      › 
      ›     $response = $this->sendRequestThroughRouter($request);
      › } catch (Exception $e) {
      arguments: {
        $request: Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/public/index.php:53 {
      › $response = $kernel->handle(\r
      ›     $request = Illuminate\Http\Request::capture()\r
      › );\r
      arguments: {
        $request: Request {#38 …}
      }
    }
    /var/www/vhosts/app.journalytix.me/httpdocs/live/index.php:21 {
      › 
      › require_once __DIR__.'/public/index.php';
      › 
      arguments: {
        "/var/www/vhosts/app.journalytix.me/httpdocs/live/public/index.php"
      }
    }
  }
}