Herway
Herway
https://github.com/iiijam/ice_live_viewer
卡是真的,每个页面点击都有延迟,AI输出也明显慢了很多
I had the same problem. @Yidadaa Upstash only synchronizes configuration parameters for the first time, and only synchronizes chat records afterwards, but does not synchronize configuration parameters, resulting in configuration...
2023了还在使用国产浏览器?没必要因为这些淘汰的浏览器,去兼容旧代码,而拖慢运行速度!
同样的问题,在使用nextjs v14开启instrumentationHook会触发警告 ```js const nextConfig = { experimental: { instrumentationHook: true, }, ``` ``` Import trace for requested module: ./node_modules/.pnpm/[email protected]/node_modules/any-promise/register.js ./node_modules/.pnpm/[email protected]/node_modules/any-promise/index.js ./node_modules/.pnpm/[email protected]/node_modules/urllib/lib/urllib.js ./node_modules/.pnpm/[email protected]/node_modules/urllib/lib/index.js ./node_modules/.pnpm/[email protected]/node_modules/ali-oss/lib/client.js ./src/lib/oss/index.ts ./src/app/[locale]/(background)/(panel)/UserInfoDialog.tsx ./src/app/[locale]/(background)/(panel)/Header.tsx ./src/app/[locale]/(background)/(panel)/layout.tsx ⚠ ./node_modules/.pnpm/[email protected]/node_modules/any-promise/register.js...
I used interception routing in next14.0.4 and next-intl3.4.1, but it still doesn't work. I found that interception routing works in the development environment, but it doesn't work in the production...
I guess that's why I used the `[locale]` folder
Intercepting routes functions properly in Next.js version 14.0.5-canary.39 when used in conjunction with next-intl. If you are using this setup with Parallel Routes, please ensure that a `default.tsx` file is...
Same problem.