Currently when project is created a POST request is sent.
Response for this request is sent after input is downloaded.
In my opinion it is wrong user experience as download can take long time (huge docker images). I propose that web container should return page with created project before image is downloaded.
Current behavior breaks some nginx configuration as timeout occurs in nginx before it receives response from web container and it returns 504 error code (gateway timeout) as response.
Furthermore when user hits refresh button request is resend and web re-downloads this input.
Currently when project is created a
POSTrequest is sent.Response for this request is sent after input is downloaded.
In my opinion it is wrong user experience as download can take long time (huge docker images). I propose that
webcontainer should return page with created project before image is downloaded.Current behavior breaks some nginx configuration as timeout occurs in nginx before it receives response from
webcontainer and it returns 504 error code (gateway timeout) as response.Furthermore when user hits refresh button request is resend and
webre-downloads this input.