When I try to import transactions from my bank, I got the error message “wrong_file_extension”:
I tried with the file extension in upper letter, open it and export it again in csv, but nothing works.
Also, there is nothing in laravel.log for this issue.
I’m in the web version of the app (cannot install app from Microsoft Store).
Any ideas to solve this issue?
Inside the CSV, the column are separated by ;
I tried to replace ; with , in the file, but same error message. I also tried to change the GUI language, but it is not linked to the translation.
No error, but nothing happen when I try to download the app in the Microsoft Store. It’s not linked to Invoice Ninja install, but an issue with the store (I tried everything seen on internet to solve it, but nothing.) I saw that ppl already asked if a .msi would exist in the near future for the app, is it planned or not enought user need it?
I switched to the Flutter web app and the issue remain.
To import the transactions in the web app, I went to Transactions > Import.
I tried in Android App, but this option isn’t possible. So in Android, I went to Options>Import/Export and tried to import my CSV → it worked.
Hi,
I installed the docker App version of Invoice Ninja to give it a trial.
Like others before I get wrong_file_extension when trying to import transactions via CSV.
@managedtechconz which browser were you using? We haven’t found the exact combination to recreate this issue. I believe it may only be impacting some firefox browsers.
@david Is there any chance that such low memory could be causing the error depending on the size of the CSV file? I’ve used other PHP based web apps and if memory is too low, it throws an incorrect file extension and or other errors.