svend
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
If that’s something you’re rolling out just now - for context, this issue has been ongoing for days ☺️
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
At AWS this would have taken days if not weeks
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
Seriously? Colour me impressed
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
account: 7746a34790ac816eb849a4aace8c00e9
zone:
d8a547dfc8d9adede4d0a61cef7294c7
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
@Walshy | Workers/Pages any input on where to officially report these things? Similar posts are also found on the Cloudflare community forum.
22 replies
CDCloudflare Developers
•Created by svend on 1/22/2025 in #workers-help
Worker w static assets - Too many 301 redirects (ERR_TOO_MANY_REDIRECTS)
22 replies
CDCloudflare Developers
•Created by svend on 1/10/2025 in #workers-help
Workers with static assets - asset caching?
Another "good enough" solution would be to start using the _headers file support in CF Pages also for Worker Assets: https://developers.cloudflare.com/pages/configuration/headers/
14 replies
CDCloudflare Developers
•Created by svend on 1/10/2025 in #workers-help
Workers with static assets - asset caching?
14 replies
CDCloudflare Developers
•Created by svend on 1/10/2025 in #workers-help
Workers with static assets - asset caching?
14 replies
CDCloudflare Developers
•Created by svend on 1/10/2025 in #workers-help
Workers with static assets - asset caching?
Yes thought about it, and not going down that road 😹
Not sure I am able to bring my point across here - but the way I understand it, the current ETag mechanism only works because the browser chose to save a copy of the assets on its own initiative after the first request to the site - even if the Cache-Control header told the browser to not cache the asset.
I have no control of how long that cache is kept - could be until next browser restart, 5 minutes - who knows?
14 replies
CDCloudflare Developers
•Created by svend on 1/10/2025 in #workers-help
Workers with static assets - asset caching?
Thanks for the quick reply! Good to hear that you are caching the assets (on the edge I assume), but it would be even better if there is a mechanism to tell the browser to cache the assets. Relying on the browser incidentally still having the file in-memory to use ETags seems.. iffy?
In my case, all static assets are content hashed / fingerprinted.
14 replies