We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
⨯ FetchError: [GET] "https://cathylee.xyz/api/v2/aggregate?theme=shiro": fetch failed at async fetcher (api.tsx:24:31) digest: "1733242172" Cause: TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11576:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async $fetchRaw2 (webpack-internal:///(rsc)/./node_modules/.pnpm/ofetch@1.3.4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:230:26) at async $fetch2 (webpack-internal:///(rsc)/./node_modules/.pnpm/ofetch@1.3.4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:276:15) at async fetcher (webpack-internal:///(rsc)/./src/app/(app)/api.tsx:24:31) { cause: Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) { errno: -4077, code: 'ECONNRESET', syscall: 'read' } }
dev
pnpm run dev
pnpm
The text was updated successfully, but these errors were encountered:
这个是我的后端反向代理。而且还有一个神奇的现象,就是连上梯子之后,https://cathylee.xyz/api/v2都打不开,不知道是不是因为服务器是国内的腾讯云的问题(菜鸡托腮
Sorry, something went wrong.
前端有配https没
不太清除前端配https,具体是指什么情况(小白勿怪 后端域名是有配好ssl和强制https的
issue里的报错是我本地localhost:2323的页面,不太清楚和配置https是否有关系 要是有大佬解答就好了(•_•)
https://cathylee.xyz/api/v2/aggregate?theme=shiro
要在本地运行的话,后端 docker-compose.yml ALLOWED_ORIGINS 里需要加上 localhost:*,127.0.0.1:*
localhost:*,127.0.0.1:*
No branches or pull requests
Describe the bug
⨯ FetchError: [GET] "https://cathylee.xyz/api/v2/aggregate?theme=shiro": fetch failed
at async fetcher (api.tsx:24:31)
digest: "1733242172"
Cause: TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11576:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async $fetchRaw2 (webpack-internal:///(rsc)/./node_modules/.pnpm/ofetch@1.3.4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:230:26)
at async $fetch2 (webpack-internal:///(rsc)/./node_modules/.pnpm/ofetch@1.3.4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:276:15)
at async fetcher (webpack-internal:///(rsc)/./src/app/(app)/api.tsx:24:31) {
cause: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
Reproduction
dev
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: