-
Unable to use hono in nextjs app dir with nodejs runtime
Example Code
```ts
// app/api/[[...route]]/route.ts
import { Hono } from 'hono'
import { handle } from '@hono/node-server/vercel'
con…
-
**Describe the bug**
When accessing a URL with a path directly in the browser, such as `https://nepali-calendar-p3ysqzfcv-posk.vercel.app/calendar/2081/7`, the page returns a "Not Found" error. Thi…
-
Initial PR: https://github.com/unjs/nitro/pull/2170
Relavant docs:
- https://h3.unjs.io/guide/websocket
- https://crossws.unjs.io
# Platform support
- [ ] Dev server
- [x] Runtime hand…
-
### Bug description
In next13, If i change any route handlers to run on the edge while prisma is being called from that route handler, i get this error when deploying to vercel:
```
[17:31:38.4…
-
# Reactions on this comment will be reflected on https://reactions-demo.vercel.app/
This uses Next.js’s [Incremental Static Regeneration](https://github.com/zeit/next.js/discussions/11552) feature …
-
Recently I tried flet-fastapi and created a sample app. It works fine locally, but when I deploy it on Vercel as a serverless function, it gives me an error. below are the files I am using for deploym…
-
I'm trying to use this lib in an edge runtime using [next.js's Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes), which like the browser has [a gl…
-
## Bug Report
A WebSocket client instantiated in the Edge runtime will randomly drop incoming messages from the WedSocket server. In my test every 10th or so incoming message is dropped, but it pro…
-
### 📦 部署环境
Vercel
### 📌 软件版本
v1.21.3
### 💻 系统环境
Windows
### 🌐 浏览器
Edge
### 🐛 问题描述
Groq 似乎对 IP 地址进行了限制,测试使用香港 IP 访问控制台被阻断,Vercel 记录如图:
![vercel](https://github.com/user-attachments/assets/c…
-
Hello,
The underlying package being used (https://github.com/dqbd/tiktoken) seems to run into issues in a Vercel Serverless environment. Our application currently is built on NextJS 13 and we are see…