adrsch / slider-captcha

User-friendly puzzle slider captcha for React and Express
MIT License
68 stars 38 forks source link

Cannot set properties of undefined (setting 'captcha') #31

Open kurmogs opened 2 years ago

kurmogs commented 2 years ago

Hi Hope you are doing well. When I implement this slider puzzle, I got this error. ` req.session.captcha = solution; ^

TypeError: Cannot set properties of undefined (setting 'captcha')`

How to fix it? ![Uploading Screenshot_5.png…]()

nexorgames commented 1 year ago

Same here