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
Hi, 04034e2 has introduced using the cache: "no-cache" option when making fetch requests. This however, is unsupported by Cloudflare's Workers and Pages, and unfortunately isn't silently ignored, but throws an error. Is it possible to have an option to disable that parameter, or some alternate solution bypassing it?
It currently causes this error: Error: The 'cache' field on 'RequestInitializerDict' is not implemented.
Which is gone by downgrading to 1.0.0-rc.3, which didn't have that commit in.
Please... our logs have been silently failing due to this for several weeks. Maybe making the fetch function over writable would help with these kind of issues.
Hi, 04034e2 has introduced using the
cache: "no-cache"
option when making fetch requests. This however, is unsupported by Cloudflare's Workers and Pages, and unfortunately isn't silently ignored, but throws an error. Is it possible to have an option to disable that parameter, or some alternate solution bypassing it?It currently causes this error:
Error: The 'cache' field on 'RequestInitializerDict' is not implemented.
Which is gone by downgrading to
1.0.0-rc.3
, which didn't have that commit in.See cloudflare/workerd#698 (comment)
The text was updated successfully, but these errors were encountered: