Package Name: @microfox/rest-sdk Occurred At: runtime Error Description: Cloudflare Workers do not allow any `cache` value except `no-store` in `fetch()`. It is best to left this option undefined by default. - https://developers.cloudflare.com/workers/runtime-apis/fetch/ - https://developers.cloudflare.com/workers/configuration/compatibility-flags/#enable-cache-no-store-http-standard-api All packages depending on rest-sdk where cache option is not configurable are unable to be used at Cloudflare Workers serverless environment. Steps to Reproduce (Optional): 1. install @microfox/aws-ses and implement sending email 2. deploy script as cloudflare worker Error Logs (Required) \*: ``` Error: Failed to send email: Unsupported cache mode: default ```
Package Name: @microfox/rest-sdk
Occurred At: runtime
Error Description:
Cloudflare Workers do not allow any
cachevalue exceptno-storeinfetch(). It is best to left this option undefined by default.All packages depending on rest-sdk where cache option is not configurable are unable to be used at Cloudflare Workers serverless environment.
Steps to Reproduce (Optional):
Error Logs (Required) *: