使用SockJS 報錯 Incompatibile SockJS! Main site uses: “1.0.3“, the iframe: “1.0.0“. 已處理
1.聊天室使用SockJS 報錯 Incompatibile SockJS! Main site uses: “1.0.3”, the iframe: “1.0.0”.
遇到這個情況首先看下專案是否配置了NGINX,如果配置需要修改代理:
location /websocket/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_pass http://127.0.0.1:9999;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 60;
proxy_read_timeout 600;
proxy_send_timeout 600;
}
9999為專案埠
相關文章
- sockjs-node/info?t=1462183700002 報錯解決方案JS
- 在vue中使用SockJS實現webSocket通訊VueJSWeb
- 報錯:Uncaught ReferenceError: SockJS is not defined at gomoku.js:1:16 crack.js:1 enable_copy_cracked:falseErrorJSGoFalse
- 使用 clearError 清除已處理的錯誤Error
- iframe高度處理
- SpringBoot+sockjs client+stompjs實現websocketSpring BootJSclientWeb
- Extjs報錯處理JS
- DG報錯的處理
- errpt報錯處理
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- Gulp壓縮報錯處理
- rails gem報錯的處理AI
- Javascript程式碼報錯處理JavaScript
- 各種報錯處理方法
- Too many open files報錯處理
- Mysql自動處理同步報錯MySql
- yum groupinstall報錯,處理方法
- ORA-02429 報錯處理
- mysql複製報錯案例處理MySql
- 在使用 zabbix 4 時, orabbix 會報錯的處理方法
- main函式返回值的處理AI函式
- 使用PHP錯誤處理 (轉)PHP
- Python 入門級報錯處理Python
- 批處理的聊天程式報錯求救!!!!!
- [譯] 使用 Catcher 處理 Flutter 錯誤Flutter
- 線上MYSQL同步報錯故障處理總結MySql
- ORA-1654報錯處理一則
- ORA-00979: not a GROUP BY expression報錯處理Express
- 匯入專案@override 報錯處理IDE
- EBS服務啟動報錯基本處理
- pl/sql developer除錯儲存過程報錯處理SQLDeveloper除錯儲存過程
- pytest.main () 為什麼會報錯?AI
- Oracle 12c ORA-29548 報錯處理Oracle
- 線上MYSQL同步報錯故障處理方法總結MySql
- ADG--Ora-30927報錯處理
- 【故障處理】 DBCA建庫報錯CRS-2566
- COM+元件啟動報錯問題處理元件
- 錯誤處理