CORB Blocked cross-origin for image urls in OSSN Services

Bryan Adams Posted in Technical Support 3 years ago

Getting this warning in the console and not able to display images.

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://mywebsite.com/ with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.

The sample format of image url is https://mywebsite.com/post/photo/363/0ac11cb8f1f44fdc62f5c5f16eed03fb.jpg.

I am fetching data from /wall_list_home and concatenating image id to the image tag

<img src={`${https://mywebsite.com/post/photo/${post.post.guid}/${post.image}`} />

any help would be much appreciated.