SolidJSS
SolidJS2y ago
3 replies
Claloi

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

I'm trying to make SSE, but when i load the website I'm getting that error in the console of the website: EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection.
I'm just confused how and where to fix that.
Was this page helpful?