Dio
CDCloudflare Developers
•Created by Dio on 5/23/2023 in #workers-help
504 error
When I try to make a request to my worker from the server, it gives an error 504. When I make a request from a personal computer, it's OK. What could be the problem?
13 replies
CDCloudflare Developers
•Created by Dio on 4/29/2023 in #pages-help
Could not resolve "node:buffer"
trying to deploy next.js application
Build command:
npx @cloudflare/next-on-pages@beta --experimental-minify
Build output directory:
/.vercel/output/static
9 replies
CDCloudflare Developers
•Created by Dio on 4/13/2023 in #workers-help
workers (DO), service binding --local
guys are trying to use service binding. There are 2 worker
A "user" DO and a "parser" DO.
I've written service binding in "parser "config. I run -local 2 worker . I try to get it via env.user, but I see there is no «user» in parser env, although at start it says that there is service binding in console
inside worker there is access to service binding, but not inside DO. How can this be solved?
2 replies