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
Describe the bug
I complety installed a fresh Laravel v8.0.8 with Jetstream and Jetstrap (w/o Teams; w/ Breeze),
if I try to open the page /, I get a error Uncaught (in promise) TypeError: can't access property "user", _ctx.$page.props.auth is undefined.
Expected behavior
I excepted a redirect to the login.
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser: chrome, firefox & edge
Version: latest
Is there any trick that I need to do?
The text was updated successfully, but these errors were encountered:
This / is the home page so you shouldn't be redirected, question is why is user exposed on that page without an Auth::check()? Ok, am on it, quick question: are you using the default template or a preset, Vue or livewire?
Describe the bug
I complety installed a fresh Laravel v8.0.8 with Jetstream and Jetstrap (w/o Teams; w/ Breeze),
if I try to open the page
/
, I get a errorUncaught (in promise) TypeError: can't access property "user", _ctx.$page.props.auth is undefined
.Expected behavior
I excepted a redirect to the login.
Screenshots
Desktop (please complete the following information):
Is there any trick that I need to do?
The text was updated successfully, but these errors were encountered: