Describe the bug
When importing an ASN csv, the following error occurs
ynabConnect.js:214 ERROR
YNABAccount.createTransactions @ ynabConnect.js:214
(anonymous) @ app.js:50
Promise.then
syncAccount @ app.js:44
SelectionPopup.Budget @ app.js:98
(anonymous) @ selectionPopup.js:64
ynabConnect.js:215 TypeError: Cannot read properties of undefined (reading 'ClearedEnum')
at Transaction.getYNABTransaction (ynabConnect.js:301:50)
at ynabConnect.js:207:41
at Array.forEach (<anonymous>)
at YNABAccount.createTransactions (ynabConnect.js:198:26)
at app.js:50:45
YNABAccount.createTransactions @ ynabConnect.js:215
(anonymous) @ app.js:50
Promise.then
syncAccount @ app.js:44
SelectionPopup.Budget @ app.js:98
(anonymous) @ selectionPopup.js:64
I have linked my ynab via a PAT, and upon loading the page i get the green banner that YNAB is connected
To Reproduce
Steps to reproduce the behavior:
- download CSV from ASN
- Upload CSV to site
- Select Budget
- Select Account
- <error>
Expected behavior
For the CSV to be parsed and be uploaded to the budget
Console
see above, i do see 3 transactions being created int the info log before the error occurs
Desktop (please complete the following information):
- OS: Windows 11
- Browser edge
- Version 127.0.2651.105
Additional context
manually converting the csv and uploading works
Describe the bug
When importing an ASN csv, the following error occurs
I have linked my ynab via a PAT, and upon loading the page i get the green banner that YNAB is connected
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the CSV to be parsed and be uploaded to the budget
Console
see above, i do see 3 transactions being created int the info log before the error occurs
Desktop (please complete the following information):
Additional context
manually converting the csv and uploading works