You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm uploading to ListMonk using Node and even after I successfully call the import endpoint using Axios and all the records are written, the next time I call the API I get this error:
Error starting import: an import is already running
I have to make a DELETE call to /api/import/subscribers and only then can I upload again successfully.