[GH-ISSUE #2549] [BUG]: Other machines on the local area network are unable to access this machine except for the local machine itself #1652

Closed
opened 2026-02-22 18:25:53 -05:00 by yindo · 1 comment
Owner

Originally created by @holylong on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2549

How are you running AnythingLLM?

Local development

What happened?

1730173509941
1730173714044

Are there known steps to reproduce?

start command

yarn run dev:server
yarn run dev:frontend
Originally created by @holylong on GitHub (Oct 28, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2549 ### How are you running AnythingLLM? Local development ### What happened? ![1730173509941](https://github.com/user-attachments/assets/86b160b9-5730-4cba-9879-1373e312fd80) ![1730173714044](https://github.com/user-attachments/assets/1d94d44d-eb2d-49e1-a709-b2103cf7c302) ### Are there known steps to reproduce? start command ``` yarn run dev:server yarn run dev:frontend ```
yindo added the possible bug label 2026-02-22 18:25:53 -05:00
yindo closed this issue 2026-02-22 18:25:53 -05:00
Author
Owner

@timothycarambat commented on GitHub (Oct 29, 2024):

The is a config/setup issues. Not a bug that requires fixing.

  1. Make sure frontend/.env has this ENV set
    https://github.com/Mintplex-Labs/anything-llm/blob/3fe59a7cf5cea9c3c845c362b07a9cf218af0bd7/frontend/.env.example#L1

  2. Check the log/terminal of dev:server clearly it is throwing an error prevent it from booting. Fix that and it will work fine!
    Common issues:
    No server/.env file
    No server/storage/anythingllm.db file

Both of which are created by running yarn setup from root of repo.

@timothycarambat commented on GitHub (Oct 29, 2024): The is a config/setup issues. Not a bug that requires fixing. 1. Make sure frontend/.env has this ENV set https://github.com/Mintplex-Labs/anything-llm/blob/3fe59a7cf5cea9c3c845c362b07a9cf218af0bd7/frontend/.env.example#L1 2. Check the log/terminal of `dev:server` clearly it is throwing an error prevent it from booting. Fix that and it will work fine! Common issues: No `server/.env` file No `server/storage/anythingllm.db` file Both of which are created by running `yarn setup` from root of repo.
yindo changed title from [BUG]: Other machines on the local area network are unable to access this machine except for the local machine itself to [GH-ISSUE #2549] [BUG]: Other machines on the local area network are unable to access this machine except for the local machine itself 2026-06-05 14:41:56 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1652