Cannot upload custom app icons #110

Closed
opened 2025-12-29 09:23:13 +01:00 by adam · 3 comments
Owner

Originally created by @mrg358 on GitHub (Sep 14, 2025).

GoDoxy v0.18.1

  1. dashboard home
  2. right click on godoxy frontend app
  3. click edit
  4. enter icon form input
  5. paste icon link https://raw.githubusercontent.com/yusing/godoxy/main/assets/godoxy.png
  6. icon recognized, a thumbnail is displayed
  7. click save

app icon still missing, no error log in cli or browser to debug

Originally created by @mrg358 on GitHub (Sep 14, 2025). GoDoxy v0.18.1 1. dashboard home 2. right click on godoxy frontend app 3. click edit 4. enter icon form input 5. paste icon link `https://raw.githubusercontent.com/yusing/godoxy/main/assets/godoxy.png` 6. icon recognized, a thumbnail is displayed 7. click save app icon still missing, no error log in cli or browser to debug
adam closed this issue 2025-12-29 09:23:13 +01:00
Author
Owner

@mrg358 commented on GitHub (Sep 14, 2025):

Later catched an error log, maybe related to this issue.

godoxy-frontend  |  ⨯ Failed to write image to cache xLYlv_4VjavyqRF03aELtNnPWWEc7b3tn1zqMJUBHsA [Error: ENOENT: no such file or directory, mkdir '/app/.next/cache'] {
godoxy-frontend  |   errno: -2,
godoxy-frontend  |   code: 'ENOENT',
godoxy-frontend  |   syscall: 'mkdir',
godoxy-frontend  |   path: '/app/.next/cache'
godoxy-frontend  | }
@mrg358 commented on GitHub (Sep 14, 2025): Later catched an error log, maybe related to this issue. ``` godoxy-frontend | ⨯ Failed to write image to cache xLYlv_4VjavyqRF03aELtNnPWWEc7b3tn1zqMJUBHsA [Error: ENOENT: no such file or directory, mkdir '/app/.next/cache'] { godoxy-frontend | errno: -2, godoxy-frontend | code: 'ENOENT', godoxy-frontend | syscall: 'mkdir', godoxy-frontend | path: '/app/.next/cache' godoxy-frontend | } ```
Author
Owner

@yusing commented on GitHub (Sep 14, 2025):

Failed to write image to cache xLYlv_4VjavyqRF03aELtNnPWWEc7b3tn1zqMJUBHsA [Error: ENOENT: no such file or directory, mkdir '/app/.next/cache']

This is fine to ignore, but you can also add this to compose.yml to cache the NextJS optimized logo:

services:
  frontend:
    ...
    tmpfs:
      - /app/.next/cache

The Edit dialog issue (this) and #154 should be fixed in v0.18.2.

@yusing commented on GitHub (Sep 14, 2025): > Failed to write image to cache xLYlv_4VjavyqRF03aELtNnPWWEc7b3tn1zqMJUBHsA [Error: ENOENT: no such file or directory, mkdir '/app/.next/cache'] This is fine to ignore, but you can also add this to `compose.yml` to cache the NextJS optimized logo: ``` services: frontend: ... tmpfs: - /app/.next/cache ``` The Edit dialog issue (this) and #154 should be fixed in v0.18.2.
Author
Owner

@mrg358 commented on GitHub (Sep 14, 2025):

I can confirm that custom app icon via external url is fixed.

@mrg358 commented on GitHub (Sep 14, 2025): I can confirm that custom app icon via external url is fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#110