12 Replies
getRequestContext doesn't seem to have hyperdrive?
it smissing
and when it starts
Found a non-empty WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING variable for binding. Hyperdrive will connect to this database during local development.
i deploy monorepo to pages and successful,but the access path is not available
Do you guys know the reason why
the monorepo is about next
I‘m using Next Requests and next-on-pages.
Which IP is used when calling an external (free+publicly available) API?
I assume it’s Cloudflare‘s IP, isn’t it?
I‘m asking because I‘m afraid of hitting the rate limit of that external API.
well, yeah, the request is sent from Cloudflare servers
it shouldn't be always the same tho, as it depends on the region and the server
Is there any way that we can use single .env file for environment variables instead of duplicated variables in .env, .dev.vars, and the wrangler.toml file?
unfortunately wrangler refuses to respect the industry standard of using .env
Hi, trying to create a Nextjs project with "npm install --save-dev @Cloudflare/next-on-pages" results in 5 vulnerabilities (1 low, 2 moderate, 2 high), running npm audit fix does not solve the problem. Any ideas?
my d1 is not working on local machine, gives me error of table not found, using with pages, and d1 binding
I also gave it this value in wrangler.toml but doesnt seem to be working
can anyone help me setup locally, just give me couple of steps
might be obvious but... did you create the table locally?
afaik local database doesn't inherit anything from the real one
why to create local one? what I want to test the remote d1 on local ?
You can't. #next-on-pages only interacts with local DBs
daaamn, was this supposed to be a feature ? why ?