When uploading a large file in chunks, the first few chunks works fine, than I'm getting an 502 error with one of the chunks. This is the response I'm getting:
``` html
HTTP/1.1 502 Bad Gateway
Serve…
Hello,
Am trying to perform an action that requires a logged in user, but am always being redirected to 'user/login' page.
Am trying this using curl, from command line & from Chrome Advanced Rest clie…