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
No entry is done in the sessions db table at any point, which should be populated as long as anonymous user gets to the site (for alert management).
Message when login :
{
"message": "The CSRF code was invalid or not provided.",
"exception": [
{
"type": "UserFrosting\\Support\\Exception\\BadRequestException",
"code": 0,
"message": "The CSRF code was invalid or not provided.",
"file": "\/home\/vagrant\/UserFrosting\/app\/sprinkles\/core\/src\/Csrf\/SlimCsrfProvider.php",
"line": 43
}
]
}
The text was updated successfully, but these errors were encountered:
No entry is done in the
sessions
db table at any point, which should be populated as long as anonymous user gets to the site (for alert management).Message when login :
The text was updated successfully, but these errors were encountered: