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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -