Reputation: 1498
After fresh install orocommerce 5.0-beta.1 on custom domain with https got this error
I've try this answer but it didn't work for me - the cookie is back with same name
UPD: If I try manually add https-_csrf
cookie from browser console, everything works as expected. So question should be narrowed why js doesn't set cookie correctly.
Upvotes: 0
Views: 193
Reputation: 1498
The reason was because of nginx configuration.
I have need to set fastcgi_param HTTPS
to on
Upvotes: 1