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'm facing an issue that when I use normal @widget I can can access authenticated user id in widget blade view using either auth()->user()->id or Auth::id() but not when use auto-reload or @asyncWidget.
Works just fine during initial run of the widget, but when the auto reload occurs "Trying to get property of non-object" exception is being returned for $user->name 'cause the Auth facade call fails or somehow returns null.
HI @arrilot,
Thanks for this awesome widgets.
I'm facing an issue that when I use normal @widget I can can access authenticated user id in widget blade view using either auth()->user()->id or Auth::id() but not when use auto-reload or @asyncWidget.
I'm using laravel 8.*
I didn't published config file.
I have already seen this threat #102
and published config file in project there was already web middleware added in it.
I'm fetching data for widget from an API.
Thanks
The text was updated successfully, but these errors were encountered: