ever-co / ever-traduora

Ever® Traduora™ - Open Translation Management Platform - https://traduora.co
https://traduora.co
GNU Affero General Public License v3.0
1.97k stars 197 forks source link

CSV import to English is not working #379

Open loleg opened 1 year ago

loleg commented 1 year ago

When I try to import to EN or EN_US through the user interface, after selecting the file and destination locale nothing happens - but an error is visible in the console. Import to other languages works.

I've replaced my actual URL with <SERVER URL>:

{ message: "Http failure response for <SERVER URL>/api/v1/projects/168efedb-94c2-46b5-81a1-64695ce13703/imports?format=csv&locale=en: 404 Not Found" }

In the server logs it looks like this:

POST /api/v1/projects/168efedb-94c2-46b5-81a1-64695ce13703/imports?format=csv&locale=en_US HTTP/1.0 404

This is a fresh, standard deployment of the latest Docker Compose build. I initially posted the issue in #377

Sample: English.csv

Screenshot:

image

Wobak commented 7 months ago

I don't know if you ever figured it out, but after fighting for hours, I realized that to get it to work, I had to double quote the strings I was trying to import. So my CSV now looks like :

stringA,"A string I am importing"
anotherterm,"This is quoted"