laravel-spa-vue3-auth-crud icon indicating copy to clipboard operation
laravel-spa-vue3-auth-crud copied to clipboard

" Cannot read properties of undefined (reading 'isLoggedin') " Error

Open SWS-5007 opened this issue 2 years ago • 0 comments

Hi, I cloned your project and run, but I am getting this error.

app.js:28224 Uncaught TypeError: Cannot read properties of undefined (reading 'isLoggedin')
    at Proxy.created (app.js:28224:24)
    at callWithErrorHandling (app.js:10731:36)
    at callWithAsyncErrorHandling (app.js:10740:21)
    at callHook (app.js:14118:5)
    at applyOptions (app.js:14020:9)
    at finishComponentSetup (app.js:17832:9)
    at setupStatefulComponent (app.js:17744:9)
    at setupComponent (app.js:17666:11)
    at mountComponent (app.js:16021:13)
    at processComponent (app.js:15996:17)

How can I solve this problem?

SWS-5007 avatar Dec 14 '22 02:12 SWS-5007