Currently running v5.6.18-W121
Getting an error when importing a CSV into transactions. Its a simple CSV, just Date, Amount and Description. Tried to import via Firefox, Chrome and Windows Desktop app. All giving me the same error. The error gets sent to me via email in the form of a successful import message saying the following records were skipped, and every single record is in the list of skipped record all for the same reason.
{“transaction.date”:“Date from CSV”,“transaction.amount”:“-Amount From CSV”,“transaction.description”:“Description from CSV”,“transaction.bank_integration_id”:“HTTP/1.0 400 Bad Request\r\nCache-Control: no-cache, private\r\nContent-Type: application/json\r\nDate: Sat, 15 Jul 2023 11:35:02 GMT\r\n\r\n{"error":"Invalid primary key"}”}
[“The selected bank integration id is invalid.”]
I only have one bank setup on this company in Invoice Ninja and its primary key seems to be fine in the SQL database from what i can see. I’m at a loss for whats going on. Any ideas?