Skip to content

Integrity constraint violation error magento2.4.3

I am getting this error:
main.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘last_visit_at’ cannot be null, query was: INSERT INTO customer_visitor (customer_id, session_id, last_visit_at) VALUES (?, ?, ?) [] []

please guide me on how to solve this.