Erika
Results
3
comments of
Erika
I was having a similar issue, but instead defined a merge strategy instead of using `ignore()`. What worked for me was to update `.insert()` to `.insertAndFetch()` - just in case...
I ran into this same issue, though I see it locally as well. As a workaround I had my remove function immediately call `load()` to remove the file from Filepond...
This resolved itself 🤷♀️