RestyaPlatform / board

Trello like kanban board. Based on Restya platform.
http://restya.com/board/
Open Software License 3.0
2.03k stars 381 forks source link

Failure To Import Taiga (No Errors) #4336

Open PenguinzPlays opened 3 years ago

PenguinzPlays commented 3 years ago

Expected Behavior

Import JSON from Taiga succeeds

Current Behavior

We see "GET /api/v1/users/1/activities.json?type=all&last_activity_id=6&direction=ASC&token=XXX" 200 in nginx logs multiple times, but no successful import. Eventually we get a 524 http code from Cloudflare. The import file is 2MB. We upped the amount of workers to 50 and the memory limit to 1024 for the script. We're running the docker image via the compose example.

Possible Solution

Not sure, unable to determine the issue currently.

Steps to Reproduce (for bugs)

Docker-Compose: `version: "2" services: restyaboard: image: restyaplatform/restyaboard:dev ports:

1.Login 2.Go to organization 3.Click on boards -> Import Boards -> Tiaga

  1. Wait for it to fail to 524

Context

We're trying to migrate from Tiaga

Your Environment

Using docker / docker-compose Docker version 20.10.2, build 20.10.2-0ubuntu1~20.04.3 docker-compose version 1.25.0, build unknown

I am trying the v1.7 tag and seeing if it works as expected next.

PenguinzPlays commented 3 years ago

Failed on v1.7 too

PenguinzPlays commented 3 years ago

Determined it was related to nginx client_max_body_size ! Added a larger value to my proxy and the host, and it works like a charm.

rrjanbiah commented 3 years ago

Reopening to fix client_max_body_size in the nginx conf