-
# Problem
_**Note:** I am framing this discussion specifically around the KV feature set, but some of this is applicable to other runtime features._
Today Wrangler uses the previewer at cloudflare…
-
### 🐛 Bug Report
I tried running wangler preview, did not work as expected.
cat ~/.wrangler/config/default.toml
```
account_id = "fb3ce26xxxxxxb20"
email = "hxxxxxn@gmail.com"
api_key = "2d…
-
Today Wrangler uses the basic service on cloudflareworkers.com to run its preview command. This PR utilizes the authenticated endpoints, which unlocks desirable features such as kv binding support for…
-
我发现日志里面是乱七八糟的redirect
然后gmail说我账号暂时不可用.
我用代理登陆cloudflare也是登陆不上去. 虽然能打开页面但是登陆完了又跳回来...
![image](https://user-images.githubusercontent.com/6483602/64696190-625c1a00-d4d0-11e9-95b5-44a65de03dba.png)…
-
### 🐛 Bug Report
#### Environment
* operating system: macOS
* output of `rustc -V`:
* output of `node -v`:
* output of `wrangler -V`:
```
➜ rustc -V
rustc 1.35.0 (3c235d560 2019-05-20)
…
-
if you click on any of our templates either on the home page or in the template gallery, google analytics inserts its query parameter before the hash link, which breaks the playground. Either the play…
-
我搭建的步骤:
1复制https://github.com/XXX/jsproxy/blob/master/cf-worker/index.js的代码到Workers工作台
2进入我fork的gh-pages分支,编辑conf.js文件修改cfworker的url为我Workers的链接
3取消https://github.com/XXX/jsproxy/blob/master/lua/ht…
-
From old docs:
1. Some APIs are only available in production, and not in the playground. The playgrounds are the Workers instances which power cloudflareworkers.com and the Workers editor UI on das…
-
-
Hi, i use `webpack` and try to import `@hapi/joi` like this:
```
import {config, Endpoint, S3} from 'aws-sdk';
import moment from 'moment';
import Joi from '@hapi/joi';
```
It build successf…