skip to Main Content

IIS thinks ASP.NET 4.0 is running, but its not?

I am getting an error about not being able to run websockets Exception information: Exception type: InvalidOperationException Exception message: WebSockets is unsupported in the current application configuration. To enable this, set the following configuration switch in Web.config: <system.web> <httpRuntime targetFramework="4.5"…

VIEW QUESTION

Laravel 11 Reverb and React Websocket connection error

I am trying to build a real-time chat application, but I am encountering issues connecting to my Reverb server from React. The error message I receive is as follows: runtime.ts:115 WebSocket connection to 'wss://localhost:8080/app/knycnmdeg1hemq2vnt1i?protocol=7&client=js&version=8.4.0-rc2&flash=false' failed: . Could you help me…

VIEW QUESTION
Back To Top
Search