single page application - Could not load images on Lambda + S3 -


i create single page application (using angular) , deploy lambda + apigateway + s3 render server-side (be seo friendly , using express.js). basic functions of application work, rendering dom dynamically , loading styles , routing, images (png, jpeg) not loaded fine excluding svg files.

the request responses load images have 200 status code, images empty , 0kb.

enter image description here

what should do? i've tried add */* binary media types of aws apigateway , confirmed exist images on s3 buckets.

codes on server (e.g. node.js) reject binary files, fix it, works fine.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -