-
DescriptionI can't get custom CSS and JS to apply changes to Homepage. Even the most simple changes like the following lead to no results:
Changes applied to both custom.css and custom.js trigger the page reload, so the application seems to be aware that there were changes added. Am I missing something? I haven't found any discussion or issue entries on this. homepage versionv0.9.12 (794ec12, Nov 11, 2024) Installation methodDocker ConfigurationHere is my settings.yaml if that is somehow relevant:
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/settings
title: Homelab Dashboard
color: zinc
useEqualHeights: true
disableCollapse: true
hideErrors: true
headerStyle: boxed
favicon: /images/dashboard.ico
layout:
Irrigation Data:
style: row
columns: 1
Irrigation View:
header: false
style: row
columns: 3
Finance:
style: row
columns: 2
Delivery Tracking:
style: row
columns: 1
Server:
style: row
columns: 2
Power:
style: row
columns: 2
Networking:
style: row
columns: 3
Container Management:
style: row
columns: 2
Media:
style: row
columns: 3
Monitoring:
style: row
columns: 5
Private Services:
style: row
columns: 2
Internal Infrastructure:
style: row
columns: 3
Third-Party Interfaces:
style: row
columns: 3
Bookmarks:
style: row
columns: 5 Container Logs[2024-11-19T08:37:12.433Z] error: HTTP Error 500 calling [2024-11-19T08:37:47.763Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:37:47.764Z] error: [ 500, Error: getaddrinfo EAI_AGAIN OBFUSCATEDURL
} ] [2024-11-19T08:42:26.830Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:42:26.832Z] error: [ 500, Error: getaddrinfo EAI_AGAIN OBFUSCATEDURL
} ] [2024-11-19T08:42:26.832Z] error: HTTP Error 500 calling OBFUSCATEDURL [2024-11-19T08:51:03.300Z] error: undefined [2024-11-19T08:51:13.376Z] error: undefined [2024-11-19T08:51:28.406Z] error: undefined [2024-11-19T08:52:33.873Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:52:33.874Z] error: [ 500, Error: read ECONNRESET
} ] [2024-11-19T08:52:33.874Z] error: HTTP Error 500 calling OBFUSCATEDURL [2024-11-19T08:52:47.665Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:52:47.665Z] error: [ 500, Error: read ECONNRESET
} ] [2024-11-19T08:52:47.666Z] error: HTTP Error 500 calling OBFUSCATEDURL [2024-11-19T08:57:37.489Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:57:37.490Z] error: [ 500, Error: read ECONNRESET
} ] [2024-11-19T08:57:37.491Z] error: HTTP Error 500 calling OBFUSCATEDURL [2024-11-19T08:57:48.209Z] error: [ 500, Error: read ECONNRESET
} ] [2024-11-19T08:57:48.209Z] error: HTTP 500 communicating with OBFUSCATEDAPP. Data: [object Object] [2024-11-19T08:57:48.210Z] error: undefined [2024-11-19T08:58:03.601Z] error: Error calling OBFUSCATEDURL [2024-11-19T08:58:03.601Z] error: [ 500, Error: read ECONNRESET
} ] [2024-11-19T08:58:03.601Z] error: HTTP Error 500 calling OBFUSCATEDURL [2024-11-19T08:58:44.561Z] error: Error calling OBFUSCATEDURL 500, Error: read ECONNRESET
} ] [2024-11-19T08:58:44.562Z] error: HTTP Error 500 calling OBFUSCATEDURL Listening on port 3000 Browser Logsmoment_wrapper.ts:108 Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. TroubleshootingSetting the LOG_LEVEL to debug did not result in more useful logs. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Update: I now have a working state, but only in incognito mode. I assume that some add on is interfering with the loading of the custom files. |
Beta Was this translation helpful? Give feedback.
-
Update 2: Removing all Browserdata including Cache has resolved the issue for me. |
Beta Was this translation helpful? Give feedback.
-
One last update: The solution only worked once, so I dug deeper. I am using npm and cloudflare to access the website of Homepage. That is why clearing caches along this tunnel was also necessary. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Update 2: Removing all Browserdata including Cache has resolved the issue for me.