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've just upgrade to v19.1.0 (from the old Osiset package) and whenever I submit a form that uses the @sessionToken Blade directive, the page just hangs (see screenshot).
The controller is actually processed because the code in my controller method is being run, it's the redirect after that which fails.
It appears the issue is with Redirect::tokenRedirect().
So far as I can tell, it hits the authenticate/token route and gets stuck (I figured that bit out thanks to Laravel Debugbar).
It's worth noting there's nothing in the error log either.
Do you have any idea why this might be happening and what I can do to fix it?
The text was updated successfully, but these errors were encountered:
I've just upgrade to v19.1.0 (from the old Osiset package) and whenever I submit a form that uses the
@sessionToken
Blade directive, the page just hangs (see screenshot).The controller is actually processed because the code in my controller method is being run, it's the redirect after that which fails.
It appears the issue is with
Redirect::tokenRedirect()
.So far as I can tell, it hits the
authenticate/token
route and gets stuck (I figured that bit out thanks to Laravel Debugbar).It's worth noting there's nothing in the error log either.
Do you have any idea why this might be happening and what I can do to fix it?
The text was updated successfully, but these errors were encountered: