Protocol Catch Issue with CSS Download
-
Example:
<link rel="stylesheet" media="screen" href="https://cdn.shopify.com/shopifycloud/shopify_app_store/assets/tailwind-47f093238b0b5b0d755515dee24ae29651fba4c6a178308b4f5896db38be7c5a.css" data-turbo-track="reload" />
It hosted correctly.
<link rel="stylesheet" media="screen" href="//cdn.shopify.com/shopifycloud/shopify_app_store/assets/tailwind-47f093238b0b5b0d755515dee24ae29651fba4c6a178308b4f5896db38be7c5a.css" data-turbo-track="reload" />
It fails to host, due to missing protocol
"https:"
I tried to reproduce with JS, but looks like with JS no issue, only css has this problem.
Please try to reproduce, Thanks
Nabil
- The topic ‘Protocol Catch Issue with CSS Download’ is closed to new replies.