The web installer at https://tasmota.github.io/install/ fails for every variant with "Failed to download manifest".
Browser DevTools Network shows 404 on:
https://cors-proxy.espressif.tools/?url=https://github.com/tasmota/install/releases/download/2026-05-05.d.ba17364d2893369a789899d0084d16ad7d8a3a7a/release.tasmota.manifest.json
Note the URL points to a .d. (development) release tag but requests release.tasmota.manifest.json. Switching variants in the dropdown changes the tag (e.g. 2026-04-21.d.ad402c3...) but the same .d. + release.* mismatch and 404 occurs.
The static manifest at https://tasmota.github.io/install/manifest_ext/release.tasmota.manifest.json returns valid JSON, so the issue appears to be that install-button.js constructs an incorrect release-tag URL.
Tested in Chrome (latest) Incognito with no extensions. OS: Windows.
The web installer at https://tasmota.github.io/install/ fails for every variant with "Failed to download manifest".
Browser DevTools Network shows 404 on:
https://cors-proxy.espressif.tools/?url=https://github.com/tasmota/install/releases/download/2026-05-05.d.ba17364d2893369a789899d0084d16ad7d8a3a7a/release.tasmota.manifest.json
Note the URL points to a .d. (development) release tag but requests release.tasmota.manifest.json. Switching variants in the dropdown changes the tag (e.g. 2026-04-21.d.ad402c3...) but the same .d. + release.* mismatch and 404 occurs.
The static manifest at https://tasmota.github.io/install/manifest_ext/release.tasmota.manifest.json returns valid JSON, so the issue appears to be that install-button.js constructs an incorrect release-tag URL.
Tested in Chrome (latest) Incognito with no extensions. OS: Windows.