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.
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
Post a Comment