Closed ioweb-gr closed 2 months ago
I've been trying to debug this and it seems the cron job that's running to process erasures, had to go through a list of 981 customers. There are a couple of things I notice
The actual error in most of the cases for me is this one
document_type is a required field.
"regionId" is required. Insert and try again
Any ideas how to proceed with this?
I'm going to clear up the table just in case and start fresh, but I really need to see how to log every request for deletion in a manageable way.
Hi,
any news on what might be causing it and how I can mitigate this issue?
Hello, yes it seems it's related to customer validation that is not disabled in this case. $customer->set data('ignore_validation_flag') seems to be missing. Btw the module is going to be reworked in order to remove some abstraction and simplicity some cases.
I see. Also any ideas why half of our customers appeared in the deletion list? I doubt it half of them requested deletion.
Is it possible the module is being exploited somehow?
There's a config to remove automatically users after being idle for a certain amount of time. You can check their last updated date and see if it match.
Oh I see. Is the config enabled by default?
If you have enabled erasure, yes.
Value is in days GDPR requires data to be erased when user is idle.
I see it's impossible to disable the feature or set a virtually unlimited entity_max_age. We basically want our customers to be able to request deletion, but not automatically delete them just because they're old customers.
Is fixed in 5.0.0-beta1
Description
I'm getting constantly the folllowing error
Prerequisites
PHP Version:
Magento Version:
Module Version:
Desktop (if applicable):
Smartphone (if applicable):
Issue Details
Steps to reproduce the behavior I constantly see this error spamming without any special action item occurring. It just spams there
Expected behavior
The error is gone
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
It turns out my log will fill up into hundreds of gigabytes in days.