Dataset.pushData()
After running, it creates a
_ crawlee_temporary_0_folder with only the second set inside and I also get an error saying
ENOENT: no such file or directory, storage/dataset/default/00000022.jsonbut i think it doesn't get that path because it created the
_ crawlee_temporary_0_ folderI am inside a forEach() with
await Dataset.pushData({ id: it.id });
await Dataset.pushData(it);
Why is it not working properly? what am i missing/doing wrong?
