express-cdn
express-cdn copied to clipboard
404 response on amazon leads to failure
In my setup with aws region eu-west-1, line 147 in main.js (if (err) throwError(err);) propagates a 404 response as an error if the assets dont exist in my bucket.
This happens actually when it tries to read the assets from the local webserver and only if the webserver is not completely started up yet.
I am feeling this issue as well. Should the upload be synchronous? It seems that when the local web server gets accessed during the knox upload, my site largely fails and needs to be rebuilt and reuploaded.