Unable to load webpage

I created webpage by using svelte kit now I’m using Littlefs and EspAsyncWebserver libraries to create and load webpage by using ESP32_AP mode but the problem if I load page at time esp32 being panic and restart it. But the thing is if i use chrome dev tool and use slow 3G mode at time webpage load fine everytime.

please help to solve that problem without using that Chrome dev tool.

Sounds like an issue with the library and concurrency then. Make sure you’re using the latest version of the EspAsyncWebsever library and if you do, seek help at that library’s github page.

I’m using latest Library .

I’m getting this error while ESP get panic
E (38601) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (38601) task_wdt: - async_tcp (CPU 0/1)
E (38601) task_wdt: Tasks currently running:
E (38601) task_wdt: CPU 0: IDLE
E (38601) task_wdt: CPU 1: IDLE
E (38601) task_wdt: Aborting.

abort() was called at PC 0x400f15a1 on core 0

Backtrace: 0x40083c4d:0x3ffbee7c |<-CORRUPTED

ELF file SHA256: 9e3eed7c9d81552f

Rebooting…

Hm. Judging from Issues · me-no-dev/ESPAsyncWebServer · GitHub the library is not well-mentained.

Does it maybe work better with the esphome fork? GitHub - esphome/ESPAsyncWebServer: Async Web Server for ESP8266 and ESP32 Adapt lib_deps = https://github.com/esphome/ESPAsyncWebServer/archive/refs/heads/master.zip accordingly.

I’m using that library but still not loading page properly…

Do all these three examples work fine? ESPAsyncWebServer/examples at master · esphome/ESPAsyncWebServer · GitHub

If yes, there must be something in your code.