Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with deploy on Cloudflare #10

Open
Exqualibur opened this issue Jan 31, 2025 · 1 comment · May be fixed by #12
Open

Problem with deploy on Cloudflare #10

Exqualibur opened this issue Jan 31, 2025 · 1 comment · May be fixed by #12

Comments

@Exqualibur
Copy link

Hello, I am trying to run a tool in Cloudflare. I have a paid plan. I follow the instructions, the instance starts up. However, when I enter the address of the page to scrape, I get the following error every time.

"Cannot read properties of undefined (reading 'get')",

Any suggestions? Thank you for any help.

@ditorodev
Copy link

Ensure the bindings are correct. I have noticed the setup script says npx wrangler kv:namespace create md_cache but the code looks for the name to be MD_CACHE, either change the code or the binding. I changed the binding, meaning i ran npx wrangler kv:namespace create MD_CACHE and added the change to my Wrangler.toml

@ditorodev ditorodev linked a pull request Feb 20, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants