uptime-kuma based websites don't work

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
nia_netbsd
Moongazer
Moongazer
Posts: 7
Joined: 2024-08-08, 13:27

uptime-kuma based websites don't work

Post by nia_netbsd » 2026-06-24, 15:57

Uptime-kuma is a "fancy self-hosted monitoring tool". Seems to be an alternative to Xymon and similar tools.

It is open source: https://github.com/louislam/uptime-kuma

There is a demo instance: https://demo.kuma.pet/start-demo

It renders a blank page and gives the following console error:

Code: Select all

TypeError: this.relativeTimeFormatInstance.formatToParts is not a function
Apparently this feature is supported in Firefox since Firefox 70.

Naturally, disabling JavaScript makes it tell you to re-enable JavaScript. Unfortunate.

User avatar
Gemmaugr
Astronaut
Astronaut
Posts: 745
Joined: 2025-02-03, 07:55

Re: uptime-kuma based websites don't work

Post by Gemmaugr » 2026-06-24, 17:08

The Demo page renders for me, though it doesn't start.

Console Error:

Code: Select all

None of the “sha512” hashes in the integrity attribute match the content of the subresource.  
start-demo
ReferenceError: Vue is not defined[Learn More]  
start-demo:50:11
Vue is a site framework dependent on googles V8 javascript engine (like next/node/NW/react and Angular)
||OS: Win 10 | CPU: i7 10700 | GPU: GeForce RTX 3070||
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."

User avatar
adoxa
Astronaut
Astronaut
Posts: 668
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: uptime-kuma based websites don't work

Post by adoxa » 2026-06-25, 09:15

Here's a Modify HTTP Response filter to supply it (for the current demo, it may break should the site update).

Code: Select all

[["demo.kuma.pet",["/index-.*js/",["Instance.formatToParts(c,s)","Instance.format(c,s).split(/(\\d+)/).map(p=>({type:\"literal\",value:p}))"]]]]