[GH-ISSUE #2698] [BUG]: Logo won't update #1734

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

Originally created by @scottybo on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2698

How are you running AnythingLLM?

Docker (remote machine)

What happened?

After deploying the latest release which includes light mode, the custom logo upload no longer works. In addition, the logo that was already uploaded was replaced by the AnythingLLM logo.

Are there known steps to reproduce?

  1. Update to the latest version
  2. Go to settings
  3. Upload a new logo (either by choosing to replace, or remove and then upload)

The following error will show in the console on page load after attempting to change the logo

Failed to fetch logo: TypeError: Failed to construct 'URL': Invalid URL
    at Object.fetchLogo (index.js:67:41190)
    at c (index.js:253:5242)
    at index.js:253:5484
    at Cs (index.js:40:24263)
    at mo (index.js:40:42315)
    at index.js:40:40658
    at L (index.js:25:1582)
    at MessagePort.K (index.js:25:1950)

When attempting to upload a new logo, the following error shows in the console

Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
    at Object.fetchLogo (index.js:67:41190)
    at p (index-2a107869.js:1:6259)
Originally created by @scottybo on GitHub (Nov 22, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2698 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? After deploying the latest release which includes light mode, the custom logo upload no longer works. In addition, the logo that was already uploaded was replaced by the AnythingLLM logo. ### Are there known steps to reproduce? 1. Update to the latest version 2. Go to settings 3. Upload a new logo (either by choosing to replace, or remove and then upload) The following error will show in the console on page load after attempting to change the logo ``` Failed to fetch logo: TypeError: Failed to construct 'URL': Invalid URL at Object.fetchLogo (index.js:67:41190) at c (index.js:253:5242) at index.js:253:5484 at Cs (index.js:40:24263) at mo (index.js:40:42315) at index.js:40:40658 at L (index.js:25:1582) at MessagePort.K (index.js:25:1950) ``` When attempting to upload a new logo, the following error shows in the console ``` Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL at Object.fetchLogo (index.js:67:41190) at p (index-2a107869.js:1:6259) ```
yindo added the possible bug label 2026-02-22 18:26:17 -05:00
yindo closed this issue 2026-02-22 18:26:17 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 22, 2024):

Have you pulled the docker image recently? This was patched yesterday via https://github.com/Mintplex-Labs/anything-llm/commit/f6ab3313c7bf10da18a60669dfa3df7e22ef53ba

@timothycarambat commented on GitHub (Nov 22, 2024): Have you pulled the docker image recently? This was patched yesterday via https://github.com/Mintplex-Labs/anything-llm/commit/f6ab3313c7bf10da18a60669dfa3df7e22ef53ba
yindo changed title from [BUG]: Logo won't update to [GH-ISSUE #2698] [BUG]: Logo won't update 2026-06-05 14:42:23 -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#1734