Skip to content

Commit ae392e6

Browse files
authored
Update index.htm to include CORS issue text
1 parent fcb1d8a commit ae392e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.htm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ <h2>Welcome to the WLED web installer!</h2>
7676
>
7777
<button class="btn" slot="activate">Install</button>
7878
</esp-web-install-button><br>
79+
<br> If you get download or fetching errors, or error code 403 when using the webinstaller, please try this <a href="https://lost-hope.github.io/WLED-WebInstaller/">alternative version.</a> <br>
80+
It requires to use a browser plugin like "CORS unblock". Otherwise it would fail.
81+
7982
</div>
8083
<br></brY><br>Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a><br>
8184
<br><a href="https://github.com/Aircoookie/WLED" target="_blank">GitHub</a>&emsp;<a href="https://kno.wled.ge" target="_blank">kno.wled.ge</a>
@@ -85,4 +88,4 @@ <h2>Welcome to the WLED web installer!</h2>
8588
src="script.js"
8689
></script>
8790
</body>
88-
</html>
91+
</html>

0 commit comments

Comments
 (0)