Closed dkd-kaehm closed 2 years ago
@dkd-kaehm I experienced the same issue in a distinct context. It seems it comes from the TYPO3 core, and not from this specific extension.
The bug was reported, feel free to have a look at it :slightly_smiling_face:
@YKWeyer Thanks.
*On systems with separate storages for Backend and Frontend, each call of IndexActions from Backend cause error 1484389971: Cannot update non-existing record.**
This happens because the storage for FE will be queried for a session id which is stored in BE storage and TSFE is initialized.
By monitoring redis server you'll see following:
Backend Database = 2 Frontend Database = 3