tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
82.77k stars 2.49k forks source link

[bug] socket.io not work in production mode #9708

Open Tarek018 opened 5 months ago

Tarek018 commented 5 months ago

Describe the bug

When I'm in development mode the socket.io client works fine, but when I build it it doesn't work

amrbashir commented 5 months ago

Please provide more information like a reproduction and if there is any errors in the devtools console. You can also try building tauri build --debug to access the devtools in production.