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
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
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"
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:
The text was updated successfully, but these errors were encountered: