jasoncoon/esp8266-fastled-webserver

Not Found: /

Opened this issue · 6 comments

Hi,

after uploading the projekt with Arduino IDE, it connects with my wifi and when i try to enter the page it says "Not Found: /"
image

Using platformio doesn't work aswell
image

I just had this problem. Solved it by uploading blink sketch and then uploading fastled back.

edit: but, it looks the problem has something with diff iterations of 8266 boards. I got it working on one, other one is still giving me No found issue.

Is there a solution for this using VS Code and the Fib256 on the d1 mini?

in the platformio.ini on windows I uncommented fib256_d1_mini

I have a successful compile and upload.. but not sure how you re-upload "/" that it is looking for.

I found the answer to "/" not being found. #231 You have to build and load the filesystem image as well. It took me a while to find where to do that with VSCode
Image 001
.

#231

Thank you, I had this problem and littleFS wasn't working, thanks dude