I’ve been getting "Unable to verify your data submission’ error since updated Yii to 2.0.14.
There are many google results with this error but nothing seems to fix my problem. csrf tokens can be found in header and forms (forms are generated by ActiveForm widget). I’ve also tried to restart services and the server. The cookie values also look fine.
I’m able to submit forms again if downgrade back to 2.0.13.1. But there are new features in 2.0.14 I want to use.
I haven’t seen any mentioned issue caused by the latest version. So I’m not sure if it’s the new version or me or ? Disable csrf works, but this is not a solution.
Any idea what may be causing this issue?