ESP32-sveltekit icon indicating copy to clipboard operation
ESP32-sveltekit copied to clipboard

EventSource's response has a MIME type ("text/html") that is not "text/event-stream".

Open dkaukov opened this issue 1 year ago • 3 comments

Hi, after forking template and bulding it with default settings. Im getting lot of

Attempting SSE connection.
demo/:1 EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection.

It seems like /events endpoint responds with default html: image

Any pointers where to dig?

dkaukov avatar Aug 18 '24 01:08 dkaukov