https://www.windy.com/ near empty page Topic is solved

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.
damjang
Fanatic
Fanatic
Posts: 117
Joined: 2012-01-14, 11:22

https://www.windy.com/ near empty page

Post by damjang » 2026-07-12, 10:29

Browsing https://www.windy.com/ I see only windy and openstreetmap © logos and all the page is empty.
The below error I see seems related to leafletGl :shock:

Code: Select all

Časovni žig: 12. 07. 2026 12:20:22
Napaka: TypeError: Error resolving module specifier: @leafletGl
Izvorna datoteka: https://www.windy.com/v/50.1.2.ind.cd28/index.js
Vrstica: 0

User avatar
Night Wing
Knows the dark side
Knows the dark side
Posts: 6056
Joined: 2011-10-03, 10:19
Location: Piney Woods of Southeast Texas, USA

Re: https://www.windy.com/ near empty page

Post by Night Wing » 2026-07-12, 13:26

It has been this way for quite some time. This is just the way it is.

I like to surf coastal waves with my single fin longboard. When I want to check the wave height, wind period between waves and wind direction for the places I surf on the middle and northern coast of Texas, I just use my backup linux Waterfox browser for the Windy site.
MX Linux 25.2 (Infinity) Xfce w/Pale Moon, Waterfox, Firefox
Linux Debian 13.6 (Trixie) Xfce w/Pale Moon, Waterfox, Firefox

User avatar
andyprough
Forum staff
Forum staff
Posts: 1659
Joined: 2020-05-31, 04:33

Re: https://www.windy.com/ near empty page

Post by andyprough » 2026-07-13, 00:46

It uses an import map. A temporary Modify Http Response workaround is to patch Windy’s versioned index.js and replace @leafletGl with ./leaflet-gl.js:

[["www.windy.com",["/^\\/v\\/[^/]+\\/index\\.js$/",["/@leafletGl/g","./leaflet-gl.js"]]]]

Works for now:
Screenshot_2026-07-12_19-38-18.jpg
----------------------------------

Not sure how long it will keep working - if the web devs for windy.com change the code for the site in the future and point to something besides @leafletGl it will stop working.
You do not have the required permissions to view the files attached to this post.

damjang
Fanatic
Fanatic
Posts: 117
Joined: 2012-01-14, 11:22

Re: https://www.windy.com/ near empty page

Post by damjang » 2026-07-16, 17:46

Thank you! Work ok for now... :D