question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No option to create Binding in cloudflare worker dashboard.

See original GitHub issue

Hello,

Since Cloudflare started offering free daily workers, I thought to configure this.

Since workers KV is not available in the free account, I decided to go via the API method.

Added the script > opened Resources, clicked “Add binding”

Now it does show an option to add VARIABLE NAME but doesn’t show the option of adding NAMESPACE.

Rather it asks to add a WASM file which I have no idea of.

Can you please help in sharing what would be the content of WASM file?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
kentonvcommented, Jun 10, 2019

@alriksson You can use free workers on a real domain, but you only get 100k requests/day across your whole account on the free plan, and performance might be slightly worse (e.g. the first request might take an extra 200ms or so). If you want more requests than that, or better performance, or KV, then you need to upgrade to a paid plan.

0reactions
wpsumocommented, Jun 10, 2019

@kentonv Understood and what I thought and expected. Just wanted to get it confirmed.

100% agree but some low priority sites can utilize the free version, to begin with until we hit the bar or traffic etc.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No option to create Binding in cloudflare worker dashboard. · Issue ...
Hello, Since Cloudflare started offering free daily workers, I thought to configure this. Since workers KV is not available in the free account, ......
Read more >
About Service bindings · Cloudflare Workers docs
A Service binding allows you to send HTTP requests to another Worker without those requests going over the Internet.
Read more >
Bindings · Cloudflare Workers docs
Logging in to the Cloudflare dashboard Open external link > Account Home > Workers > your Worker > Settings> Variables. ​​ Service bindings....
Read more >
Get started guide · Cloudflare Workers docs
Get started guide. This guide will instruct you through setting up a Cloudflare account to deploying your first Worker.
Read more >
Configuration · Cloudflare Workers docs
A service binding allows you to send HTTP requests to another Worker without those requests going over the Internet. The request immediately ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found