You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I have been getting CORB error in the new Chrome browser when trying to load the image that uses the width resize feature. If the URL contains the w=X then the response header Content-Type value is text/plain which causes the browser to not display the image. Below is the example
Recently, I have been getting CORB error in the new Chrome browser when trying to load the image that uses the
width
resize feature. If the URL contains thew=X
then the response headerContent-Type
value istext/plain
which causes the browser to not display the image. Below is the exampleNOT WORKING URL: https://cdn.statically.io/img/www.shopkick.com/w=202,q=100,f=auto/wp-content/uploads/2021/02/2-3.png
WORKING URL: https://cdn.statically.io/img/www.shopkick.com/q=100,f=auto/wp-content/uploads/2021/02/2-3.png
I am just wondering is the issue caused due to a redirect in the image url?
The text was updated successfully, but these errors were encountered: