After upgrading from Typo3v12 to Typo3v13 and external_import from version 7.3.0 to 8.2.0 with svconnector 7.0.0 and svconnector_csv 6.0.0
The following Exception is thrown while importing through Backend Import Module of external_import or scheduler task:
An exception occurred while saving the data: Authentication Context Confirmation Required (code: 1743597646, location: /.../vendor/typo3/cms-backend/Classes/Hooks/DataHandlerAuthenticationContext.php at line 106)
Also after removing all of my custom steps this exception is thrown.
Because I want to import be_users, my Configuration is inside of Configuration/TCA/Ovverrides/be_users.php
I found this: https://forge.typo3.org/issues/107752?tab=history but no solution.
Maybe you have some advice for me.
After upgrading from Typo3v12 to Typo3v13 and external_import from version 7.3.0 to 8.2.0 with svconnector 7.0.0 and svconnector_csv 6.0.0
The following Exception is thrown while importing through Backend Import Module of external_import or scheduler task:
An exception occurred while saving the data: Authentication Context Confirmation Required (code: 1743597646, location: /.../vendor/typo3/cms-backend/Classes/Hooks/DataHandlerAuthenticationContext.php at line 106)
Also after removing all of my custom steps this exception is thrown.
Because I want to import be_users, my Configuration is inside of Configuration/TCA/Ovverrides/be_users.php
I found this: https://forge.typo3.org/issues/107752?tab=history but no solution.
Maybe you have some advice for me.