请教各位大佬,文件分块失败 #3560
Answered
by
ccoc-cc
ccoc-cc
asked this question in
Self Hosting | 私有化部署
请教各位大佬,文件分块失败
#3560
-
能登录,能上传,cloudflare也能看到文件。但是分块一直失败 <!DOCTYPE html>
<html>
<head>
<meta charSet="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>500: Internal Server Error</title>
<meta name="next-head-count" content="3"/>
<noscript data-n-css=""></noscript>
<script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script>
<script src="/_next/static/chunks/webpack-4695fc863e53f8d1.js" defer=""></script>
<script src="/_next/static/chunks/framework-5a4b07f9612b21e2.js" defer=""></script>
<script src="/_next/static/chunks/main-4189b80a361b0f54.js" defer=""></script>
<script src="/_next/static/chunks/pages/_app-d888e02deba93f3c.js" defer=""></script>
<script src="/_next/static/chunks/pages/_error-2e05b2951ccbb8c9.js" defer=""></script>
<script src="/_next/static/QTVLnJ6hE31OcaBRUf4QB/_buildManifest.js" defer=""></script>
<script src="/_next/static/QTVLnJ6hE31OcaBRUf4QB/_ssgManifest.js" defer=""></script>
</head>
<body>
<div id="__next">
<div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center">
<div style="line-height:48px">
<style>
body {
color: #000;
background: #fff;
margin: 0
}
.next-error-h1 {
border-right: 1px solid rgba(0,0,0,.3)
}
@media (prefers-color-scheme: dark) {
body {
color:#fff;
background: #000
}
.next-error-h1 {
border-right: 1px solid rgba(255,255,255,.3)
}
}
</style>
<h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1>
<div style="display:inline-block">
<h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error
<!-- -->
.</h2>
</div>
</div>
</div>
</div>
<script id="__NEXT_DATA__" type="application/json">
{
"props": {
"pageProps": {
"statusCode": 500
}
},
"page": "/_error",
"query": {
},
"buildId": "QTVLnJ6hE31OcaBRUf4QB",
"nextExport": true,
"isFallback": false,
"gip": true,
"scriptLoader": [
]
}</script>
</body>
</html> |
Beta Was this translation helpful? Give feedback.
Answered by
ccoc-cc
Aug 23, 2024
Replies: 2 comments 5 replies
-
兄弟我也是能上传文件,cf和lobechat里都能看到文件,但无法对文件进行分块 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#3545 (comment)
感谢您的耐心解答. 因为我没有配置APP_URL, 因为我是按照教程 https://lobehub.com/zh/docs/self-hosting/server-database/vercel 部署的, 这里没有写. 期待早日完善文档.
然后遇到了向量化失败的报错 #3545 (comment)