Seaquel
MySQL error code

MySQL error 1671

MySQL server error 1671 is ER_BINLOG_UNSAFE_AUTOINC_COLUMNS, reported with SQLSTATE HY000.

Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
Error1671
NameER_BINLOG_UNSAFE_AUTOINC_COLUMNS
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference