-
Hi there, it seems like the library doesn't work on Cloudflare even with the compatibility flags in wrangler.toml:
`compatibility_flags = ["nodejs_compat_v2"]`
Steps to reproduce:
1. Clone this r…
-
After I red your readme.md I was asking how to start? What's the difference between your project and https://github.com/sergiodxa/remix-hono ? I think yours uses [Remix Vite Plugin](https://remix.run/…
-
### Describe the bug
Getting the following error on CloudFlare Workers:
```json
{
"data": {
"message": "Cannot perform I/O on behalf of a different request. I/O objects (such as streams, …
-
I appreciate your work on this project. Without it, it would take much longer to hash passwords with plain javascript.
Unfortunately, I receive this error when I attempt to hash a password:
`A h…
-
### Describe the bug
Pre-rendered static pages (e.g., /helloWorld) are being incorrectly served from /cdn-cgi/_cf_seed_data instead of the /assets folder. This causes unnecessary worker invocations a…
-
### Which Cloudflare product(s) does this pertain to?
Pages
### What version(s) of the tool(s) are you using?
wrangler: 0.0.0-0c535e72
### What version of Node are you using?
v20.11.1
### What o…
-
## Type of Change
Feature
## Summary
Related to #1008 , would like to track a feature to create an adapter plugin for [Cloudflare](https://www.cloudflare.com/developer-platform/) Pages and Worker…
-
I'm running hono on a cloudflare worker using SST in a monorepo. Any guidance here?
-
### Bug description
Around the 16th november we started to get errors when making prisma calls in our production prisma/cloudflare workers/d1 setup.
The errors consisted of either:
"memory …
-
```mermaid
flowchart TD
A[Inbound Email Received] --> B[MX Records Processing via Cloudflare]
B --> C[Cloudflare Worker Routes Email]
C --> D[Google Cloud Function Handles Email]
…