Import csv causes infinite loop, bug?
The import action from V3.1 for importing CSV files works perfectly fine on my local environment, but on my server, it's getting stuck in an infinite loop so it seems. When I import, nothing happens in the front-end, but when I look at the database I can see the processed_rows continuously going up:
Solution:Jump to solution
The issue was with multi tenancy where the team could not be retrieved from the session because we switched from a sync queue to redis. Resolved it by getting the team id from the import instead
4 Replies
hi, did you find this by any chance? having the same problem:/
it only seems to happen on redis, so strange
Reproduced it on local
Still no idea what's going on
Solution
The issue was with multi tenancy where the team could not be retrieved from the session because we switched from a sync queue to redis. Resolved it by getting the team id from the import instead