Vercel Deployment Issue: Stuck at Initialize path-to-regexp@6.3.0

Issue Description

I’m trying to deploy a Deno Oak project (GitHub - Quick-Bin/qbin: QBin: 轻量高效的在线编辑与分享平台 | Monaco+Cherry Markdown专业编辑器 | Deno KV+DrizzleORM+EdgeCache多级缓存 | PWA离线访问+IndexedDB存储 | 自定义短链+密码+有效期 | 支持文本/代码/图片/视频 | OAuth2登录 | 明暗主题 | 实时保存 | Docker/Deno一键部署 | PasteBin替代方案) to Vercel. The deployment works fine on Docker but gets stuck during Vercel deployment at:

Download https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz 
Initialize path-to-regexp@6.3.0

The deployment eventually times out without completing.

Project Information

Technical Details

The issue appears to be related to the path-to-regexp dependency, which is a critical component for Oak’s routing system as Oak uses it to convert routes to regular expressions for URL parameter handling.

Troubleshooting Steps Attempted

  • Successfully deployed via Docker
  • Standard Vercel deployment process fails at dependency resolution

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.