Replies: 9 comments 3 replies
-
For further context, I also tried the partition boundaries used here by @burginh |
Beta Was this translation helpful? Give feedback.
-
what browser are you using? I had issues with Safari, but Chrome worked. Well enough to load the web page. but the web page doesn't look right for me (latin text) and no function. |
Beta Was this translation helpful? Give feedback.
-
Are you sure the file is on the spiffs ? I added this to function from a spiffs example. void listAllFiles(){ File file = root.openNextFile(); while(file){ } Then added this to the main loop (at the bottom) EVERY_N_SECONDS(10) { that will prove the files is there to be served. |
Beta Was this translation helpful? Give feedback.
-
Can you press F12 and check the logs to see if something failed to load? Looks like it’s missing something…. But not sure what!
… On Nov 30, 2022, at 10:18 PM, Erik Pitti ***@***.***> wrote:
For further context, I also tried the partition boundaries used here by @burginh <https://github.com/burginh>
#159 (comment) <#159 (comment)>
—
Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF2UYVSNELWKT73BSU3WLA7MNANCNFSM6AAAAAASQMGJUA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, read thread in wrong order :-)
I’ll take a look and let you know if I can think of anything!
… On Dec 1, 2022, at 7:43 AM, Dave Plummer ***@***.***> wrote:
Can you press F12 and check the logs to see if something failed to load? Looks like it’s missing something…. But not sure what!
> On Nov 30, 2022, at 10:18 PM, Erik Pitti ***@***.***> wrote:
>
>
> For further context, I also tried the partition boundaries used here by @burginh <https://github.com/burginh>
> #159 (comment) <#159 (comment)>
> —
> Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF2UYVSNELWKT73BSU3WLA7MNANCNFSM6AAAAAASQMGJUA>.
> You are receiving this because you are subscribed to this thread.
>
|
Beta Was this translation helpful? Give feedback.
-
Looks like it's there? (I) (setup)(C1) Setup complete - ESP32 Free Memory: 60760 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
That's the same screen I get, with the latin. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just setup a fresh environment and got everything built and uploaded. When I access the webserver, I only see a yellow screen with "React Router Example" in the tab title. I'm using the heltec_wifi_kit_32_v2 board with 8MB flash.
It looks like the spiffs.bin file will not build using the default size of 0x130000 so the only change I made to the partitions_custom.csv was to increase the storage partition from 0x130000 to 0x180000. This allowed me to build and upload the storage fs but the webpage never loads.
Any pointers would be appreciated.
What I see when accessing the webserver:

Beta Was this translation helpful? Give feedback.
All reactions