Closed yurenju closed 9 years ago
I'm tracing the root. I'll keep u posted if any update.
@Eric0329, Did you find the root cause? I can always reproduce it by adding Eiffel tower to MappingBird
hi @yurenju, please help valid this issue, thx
502 Bad Gateway is no longer exist but still have issue, I filed another issue #203
this issue is still alive. reopen.
proxy_connect_timeout 50;
client (extension) upload too many image to handle by current server ability.
hi @yurenju, could you please do limit image number (<=5) while customer clicks save?
fixed by extend "proxy_read_timeout" to 50.
nginx config - /etc/nginx/sites-enabled/default i.e. server { listen 443; server_name www.mappingbird.com; ... location @django { ... proxy_read_timeout 50; proxy_pass http://localhost:9001; } }
I got 502 Bad when trying to reproduce MappingBird/Extension#7, but the weird thing is it can not 100% reproduce when I use curl, but it can 100% reproduce when I follow the steps which mentioned on MappingBird/Extension#7.
here is what I got from curl:
command:
result: