[GH-ISSUE #1930] [BUG]: Docker finetune white page. #1253

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

Originally created by @SamuelEnzi on GitHub (Jul 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1930

How are you running AnythingLLM?

Docker (remote machine)

What happened?

I hosted anything llm on docker (remote server) behind a proxy (forwarded wss for agents) and ssl. When i navigate to /fine-tuning only a white page is shown. There are no http error responses but console errors:
image

Are there known steps to reproduce?

  1. install anythingllm on a remote machine using docker
  2. setup a proxy like apache add a ssl certificate and dns entry. forward wss for agents.
  3. use it and generate some data until the popup for finetune shows.
  4. click on the button in the settings or the popup to see the white page and the errors in console
Originally created by @SamuelEnzi on GitHub (Jul 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1930 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? I hosted anything llm on docker (remote server) behind a proxy (forwarded wss for agents) and ssl. When i navigate to /fine-tuning only a white page is shown. There are no http error responses but console errors: ![image](https://github.com/user-attachments/assets/6a39e61a-5f29-4e2c-b475-2f004d400ba4) ### Are there known steps to reproduce? 1. install anythingllm on a remote machine using docker 2. setup a proxy like apache add a ssl certificate and dns entry. forward wss for agents. 2. use it and generate some data until the popup for finetune shows. 3. click on the button in the settings or the popup to see the white page and the errors in console
yindo added the possible bug label 2026-02-22 18:23:56 -05:00
yindo closed this issue 2026-02-22 18:23:56 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 23, 2024):

Just patched, that should have gotten caught by a local linter rule I have, it was due to a bad import as we dump ssr icons from phosphor icons to reduce the frontend bundle size.

@timothycarambat commented on GitHub (Jul 23, 2024): Just patched, that should have gotten caught by a local linter rule I have, it was due to a bad import as we dump `ssr` icons from phosphor icons to reduce the frontend bundle size.
yindo changed title from [BUG]: Docker finetune white page. to [GH-ISSUE #1930] [BUG]: Docker finetune white page. 2026-06-05 14:39:46 -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#1253