Open sivakumarkoduru opened 4 years ago
It's issue with cookies, your session in cookies isn't properly saved which causes this. Weird enough, it's made on session states instead of stateless JWT or something similar. You can try disabling SameSite for opencart but i'm not sure where that can be done.
I think we are not checking is a valid user to change his account details.
$this->customer is null once you refresh the page. can you give me some information how you are persisting $this->customer in php side for further requests.