Dropbox upload reloads page after the files have been uploaded, probably has something to do with dropzone.js script or page reload being triggered from some other script.
This is provoking an invalid response from the server when returning a render instead of a redirect, since the page is reloading and sending a GET request to /upload (which is returning nothing atm)
Dropbox upload reloads page after the files have been uploaded, probably has something to do with dropzone.js script or page reload being triggered from some other script.
This is provoking an invalid response from the server when returning a render instead of a redirect, since the page is reloading and sending a GET request to /upload (which is returning nothing atm)