-
-
Couldn't load subscription status.
- Fork 5.3k
Closed
Labels
investigatingCore team or maintainer will or is currently looking into this issueCore team or maintainer will or is currently looking into this issuepossible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Docker (local)
What happened?
edit: does not work in firefox nor edge
using docker. the vector databse settings do not open. the rest of anythingllm works. tested private mode too. there is just an empty site with the following html code:
docker logs show nothing but info tags (log level debug)
`<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="image/svg+xml" href="[/favicon.png](view-source:http://192.168.0.111:6001/favicon.png)" >
<title >AnythingLLM | Your personal LLM trained on anything</title>
<meta name="title" content="AnythingLLM | Your personal LLM trained on anything" >
<meta description="title" content="AnythingLLM | Your personal LLM trained on anything" >
<meta property="og:type" content="website" >
<meta property="og:url" content="https://anythingllm.com" >
<meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything" >
<meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything" >
<meta property="og:image" content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png" >
<meta property="twitter:card" content="summary_large_image" >
<meta property="twitter:url" content="https://anythingllm.com" >
<meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything" >
<meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything" >
<meta property="twitter:image" content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png" >
<link rel="icon" href="[/favicon.png](view-source:http://192.168.0.111:6001/favicon.png)" >
<link rel="apple-touch-icon" href="[/favicon.png](view-source:http://192.168.0.111:6001/favicon.png)" >
<script type="module" crossorigin src="[/index.js](view-source:http://192.168.0.111:6001/index.js)"></script>
<link rel="stylesheet" href="[/index.css](view-source:http://192.168.0.111:6001/index.css)">
</head>
<body>
<div id="root" class="h-screen"></div>
</body>
</html>`
Are there known steps to reproduce?
No response
Metadata
Metadata
Assignees
Labels
investigatingCore team or maintainer will or is currently looking into this issueCore team or maintainer will or is currently looking into this issuepossible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.