Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support deployment to Vercel #14918

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

feat: support deployment to Vercel #14918

wants to merge 5 commits into from

Conversation

DIYgod
Copy link
Owner

@DIYgod DIYgod commented Mar 22, 2024

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

NOROUTE

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

@github-actions github-actions bot added dependencies This PR involves changes to dependencies core enhancement Auto: Route Test Failed labels Mar 22, 2024
@DIYgod
Copy link
Owner Author

DIYgod commented Mar 22, 2024

The got appears to be incompatible with Next.js.

 ⚠ ./node_modules/.pnpm/keyv@4.5.4/node_modules/keyv/src/index.js
Critical dependency: the request of a dependency is an expression

Import trace for requested module:
./node_modules/.pnpm/keyv@4.5.4/node_modules/keyv/src/index.js
./node_modules/.pnpm/cacheable-request@10.2.14/node_modules/cacheable-request/dist/index.js
./node_modules/.pnpm/got@14.2.1/node_modules/got/dist/source/core/index.js
./node_modules/.pnpm/got@14.2.1/node_modules/got/dist/source/index.js
./lib/config.ts
./lib/utils/request-wrapper.ts
./lib/app.tsx
./app/api/[[...route]]/route.ts

next.config.js Fixed Show fixed Hide fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Failed core enhancement dependencies This PR involves changes to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant