zawa
CDCloudflare Developers
•Created by zawa on 8/27/2024 in #workers-help
Intermittent Errors Related to Permissions-Policy Header
I am developing an API using Cloudflare Workers and leveraging a free Cloudflare account. This API stores the accessed IP addresses into KV storage, utilizing the features of Workers and KV. Generally, it functions correctly, but occasionally, during certain periods, I encounter the following errors in the console, and the response is not returned. Could you help me identify the cause and provide any possible fixes?
2 replies
CDCloudflare Developers
•Created by zawa on 4/17/2024 in #workers-help
I cannot pass `env.MYBROWSER` as an argument to `puppeteer.launch`.
I have a question regarding TypeScript and trying to use puppeteer. I am encountering a type error. In the following sample code, I cannot pass
env.MYBROWSER
as an argument to puppeteer.launch
.
The error message for the argument is as follows:
Is there a solution to this issue?12 replies