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
Kind of a weird issue. I was wondering if anybody has the same problem as me.
Customer reported issues with the captcha on his page, captcha inputs are claimed invalid.
Tried debugging the issue.
The stored session data in Middleware/Captcha seemed fine at first look, until I examined the data in CaptchaValidator.
The previously stored data wasn't there during validation. Was looking into the data from the request (frontend.user, frontend.controller) and the data was inconsistent there too.
Idk why the frontend session is acting that weird but i managed to fix it in my case by relying on the frontend.user attribute from the request object in both Middleware/Captcha and CaptchaValidator.
The text was updated successfully, but these errors were encountered:
Hi, i only tested it with the latest version available from TER yet, forgot to mention.
I guess the mentioned problem will be fixed in the next release, thank you. 👍
Kind of a weird issue. I was wondering if anybody has the same problem as me.
Customer reported issues with the captcha on his page, captcha inputs are claimed invalid.
Tried debugging the issue.
The stored session data in Middleware/Captcha seemed fine at first look, until I examined the data in CaptchaValidator.
The previously stored data wasn't there during validation. Was looking into the data from the request (frontend.user, frontend.controller) and the data was inconsistent there too.
Idk why the frontend session is acting that weird but i managed to fix it in my case by relying on the frontend.user attribute from the request object in both Middleware/Captcha and CaptchaValidator.
The text was updated successfully, but these errors were encountered: